Changeset 415 for trunk/cgi-bin/newcity.cgi
- Timestamp:
- 05/14/10 16:00:26 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/newcity.cgi
r370 r415 48 48 if ($sth->err) { 49 49 print "Error adding city to database: ".$sth->errstr; 50 mailNotify('kdeugau@vianet.ca',"IPDB city add failure",51 "$authuser could not add city '$webvar{city}' to database: ".$sth->errstr);50 # mailNotify('ipdbadmin@example.com',"IPDB city add failure", 51 # "$authuser could not add city '$webvar{city}' to database: ".$sth->errstr); 52 52 syslog "err", "$authuser could not add city '$webvar{city}' to database: ".$sth->errstr; 53 53 } else {
Note:
See TracChangeset
for help on using the changeset viewer.