- Timestamp:
- 09/23/10 20:03:58 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/htmlform/cgi-bin/allocate.pl
r431 r490 38 38 my $errstr; 39 39 ($ip_dbh,$errstr) = connectDB_My; 40 if (!$ip_dbh) { 41 printAndExit("Failed to connect to database: $errstr\n");42 } 40 die "Failed to connect to database: $errstr\n" 41 if !$ip_dbh; 42 43 43 checkDBSanity($ip_dbh); 44 44 initIPDBGlobals($ip_dbh);
Note:
See TracChangeset
for help on using the changeset viewer.