Changeset 392
- Timestamp:
- 02/19/10 12:48:10 (15 years ago)
- Location:
- branches/stable/cgi-bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/editcust.php
r343 r392 24 24 if (!$db_conn) { 25 25 echo ("<H1>Failed connection to db ipdb. Can't continue.</H1>"); 26 echo "db err: ". pg_last_error() ."\n"; 26 27 exit; 27 28 } -
branches/stable/cgi-bin/list-cust.php
r343 r392 31 31 if (!$db_conn) { 32 32 echo ("<H1>Failed connection to db ipdb. Can't continue.</H1>"); 33 echo "db err: ". pg_last_error() ."\n"; 33 34 exit; 34 35 }
Note:
See TracChangeset
for help on using the changeset viewer.