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

File:
1 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  }
Note: See TracChangeset for help on using the changeset viewer.