Index: trunk/cgi-bin/newcity.cgi
===================================================================
--- trunk/cgi-bin/newcity.cgi	(revision 370)
+++ trunk/cgi-bin/newcity.cgi	(revision 415)
@@ -48,6 +48,6 @@
 if ($sth->err) {
   print "Error adding city to database: ".$sth->errstr;
-  mailNotify('kdeugau@vianet.ca',"IPDB city add failure",
-	"$authuser could not add city '$webvar{city}' to database: ".$sth->errstr);
+#  mailNotify('ipdbadmin@example.com',"IPDB city add failure",
+#	"$authuser could not add city '$webvar{city}' to database: ".$sth->errstr);
   syslog "err", "$authuser could not add city '$webvar{city}' to database: ".$sth->errstr;
 } else {
