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

/branches/stable

Backport SQL/SQL-related bugfixes from /trunk r180 through 184

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/main.cgi

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