- Timestamp:
- 01/05/07 10:33:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/newcity.cgi
r210 r355 40 40 41 41 if ($webvar{pop} eq 'on') { 42 $sth = $dbh->prepare("insert into cities values ('$webvar{city}','y')");42 $sth = $dbh->prepare("insert into cities (city,routing) values ('$webvar{city}','y')"); 43 43 } else { 44 $sth = $dbh->prepare("insert into cities values ('$webvar{city}','n')");44 $sth = $dbh->prepare("insert into cities (city,routing) values ('$webvar{city}','n')"); 45 45 } 46 46 $sth->execute;
Note:
See TracChangeset
for help on using the changeset viewer.