Ignore:
Timestamp:
02/09/05 15:53:56 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Merge all changes from /trunk r141-144 and r146

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/consistency-check.pl

    r125 r158  
    1010
    1111use DBI;
    12 use IPDB 2.0 qw(:ALL);
     12use MyIPDB;
    1313use NetAddr::IP;
    1414
    15 ($dbh,$errstr) = connectDB("ipdb", "ipdb", "ipdbpwd");
     15($dbh,$errstr) = connectDB_My;
    1616
    1717# Schlep up the masters
Note: See TracChangeset for help on using the changeset viewer.