- Timestamp:
- 04/01/05 12:17:07 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/newcity.cgi
r158 r210 48 48 if ($sth->err) { 49 49 print "Error adding city to database: ".$sth->errstr; 50 mailNotify('kdeugau@vianet.ca',"IPDB city add failure",$sth->errstr); 50 mailNotify('kdeugau@vianet.ca',"IPDB city add failure", 51 "$authuser could not add city '$webvar{city}' to database: ".$sth->errstr); 51 52 syslog "err", "$authuser could not add city '$webvar{city}' to database: ".$sth->errstr; 52 53 } else {
Note:
See TracChangeset
for help on using the changeset viewer.