Ignore:
Timestamp:
04/05/05 14:24:52 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Port bugfixes from /branches/stable r203-206 and r209-213 forward.
Clean merge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/newcity.cgi

    r142 r214  
    4848if ($sth->err) {
    4949  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);
    5152  syslog "err", "$authuser could not add city '$webvar{city}' to database: ".$sth->errstr;
    5253} else {
Note: See TracChangeset for help on using the changeset viewer.