Changeset 392


Ignore:
Timestamp:
02/19/10 12:48:10 (14 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Commit typo/thinko fix for PHP rWHOIS customer data hacks

Location:
branches/stable/cgi-bin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/editcust.php

    r343 r392  
    2424  if (!$db_conn) {
    2525    echo ("<H1>Failed connection to db ipdb.  Can't continue.</H1>");
     26    echo "db err: ". pg_last_error() ."\n";
    2627    exit;
    2728  }
  • branches/stable/cgi-bin/list-cust.php

    r343 r392  
    3131  if (!$db_conn) {
    3232    echo ("<H1>Failed connection to db ipdb.  Can't continue.</H1>");
     33    echo "db err: ". pg_last_error() ."\n";
    3334    exit;
    3435  }
Note: See TracChangeset for help on using the changeset viewer.