Ignore:
Timestamp:
05/14/10 16:00:26 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Genericize and comment a lurking mailNotify() call. See #2.
Remove a couple of stale, legacy, irrelvant comments.
Genericize another email address reference. See #2 (sort of).
Remove a legacy sub that's never been used, from a module due
to be removed itself. See #15.

File:
1 edited

Legend:

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

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