Changeset 416 for trunk/cgi-bin/newcity.cgi
- Timestamp:
- 05/18/10 18:08:12 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/newcity.cgi
r415 r416 48 48 if ($sth->err) { 49 49 print "Error adding 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);50 mailNotify($dbh, 'f:nci', "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.