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


Ignore:
Timestamp:
03/01/05 16:22:39 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Tweaked another few fixes into place to make a "fresh" install
work "correctly".

File:
1 edited

Legend:

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

    r173 r184  
    3939($ip_dbh,$errstr) = connectDB_My;
    4040if (!$ip_dbh) {
    41   printAndExit("Failed to connect to database: $errstr\n");
    42 }
    43 checkDBSanity($ip_dbh);
     41  printAndExit("Database error: $errstr\n");
     42}
    4443initIPDBGlobals($ip_dbh);
    4544
Note: See TracChangeset for help on using the changeset viewer.