Changeset 44 for trunk/npemap.org.uk/cgi
- Timestamp:
- Oct 15, 2006, 4:43:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/cgi/submit.fcgi
r41 r44 92 92 $outward = $first . $second; 93 93 $inward = ''; 94 $inward .= $third if $third;95 $inward .= $fourth if $fourth;94 $inward .= $third if defined $third; 95 $inward .= $fourth if defined $fourth; 96 96 } else { 97 97 print_err("The postcode format is not valid", $returnlink);
Note: See TracChangeset
for help on using the changeset viewer.