Changeset 185 for branches/stable/cgi-bin/main.cgi
- Timestamp:
- 03/01/05 16:31:04 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r174 r185 40 40 ($ip_dbh,$errstr) = connectDB_My; 41 41 if (!$ip_dbh) { 42 printAndExit("Failed to connect to database: $errstr\n"); 43 } 44 checkDBSanity($ip_dbh); 42 printAndExit("Database error: $errstr\n"); 43 } 45 44 initIPDBGlobals($ip_dbh); 46 45
Note:
See TracChangeset
for help on using the changeset viewer.