Changeset 327
- Timestamp:
- Nov 5, 2006, 1:54:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/scripts/process-problems
r326 r327 63 63 64 64 # Now prompt for deletions 65 66 print "Warning: no validation of postcodes input here\n"; 65 67 while (1) { 66 68 unless (%probids) { … … 76 78 if ($input2 =~ /^d$/i) { 77 79 $delsth->execute($input) or warn $dbh->errstr; 78 } elsif ($input2 =~ /(\w +),(\w+)/) {80 } elsif ($input2 =~ /(\w*),(\w*)/) { 79 81 $updsth->execute($1, $2, $input) or warn $dbh->errstr; 80 82 } else {
Note: See TracChangeset
for help on using the changeset viewer.