Changeset 416 for trunk/cgi-bin/newnode.cgi
- Timestamp:
- 05/18/10 18:08:12 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/newnode.cgi
r397 r416 45 45 if ($sth->err) { 46 46 print "Error adding node to database: ".$sth->errstr; 47 mailNotify( 'noc@example.com',"IPDB node add failure",47 mailNotify($dbh, 'f:nno', "IPDB node add failure", 48 48 "$authuser could not add node '$webvar{nodename}','$webvar{type}' to database: ".$sth->errstr); 49 49 syslog "err", "$authuser could not add node '$webvar{nodename}','$webvar{type}' to database: ".$sth->errstr;
Note:
See TracChangeset
for help on using the changeset viewer.