Changeset 420 for trunk/cgi-bin/main.cgi


Ignore:
Timestamp:
07/04/10 16:01:22 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix dangling $defcustid -> $IPDB::defcustid
Return quietly from mailNotify if there's no recipients
Move rWHOIS data path definition/default into MyIPDB.pm/IPDB.pm respectively

File:
1 edited

Legend:

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

    r417 r420  
    961961      if (!$status) {
    962962        printError("Customer ID not valid.  Make sure the Customer ID ".
    963           "is correct.<br>\nUse STAFF for staff static IPs, and $defcustid for any other ".
     963          "is correct.<br>\nUse STAFF for staff static IPs, and $IPDB::defcustid for any other ".
    964964          "non-customer assignments.");
    965965        return;
Note: See TracChangeset for help on using the changeset viewer.