Changeset 210 for branches/stable


Ignore:
Timestamp:
04/01/05 12:17:07 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Tweaked failure message for new city

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/newcity.cgi

    r158 r210  
    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.