Ignore:
Timestamp:
02/07/05 12:00:47 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Updated CustIDCK.pm and checkcusts.pl with new billing server
due to old machine being rather unstable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/checkcusts.pl

    r128 r156  
    2626
    2727($dbh,$errstr) = connectDB("ipdb", "ipdb", "ipdbpwd");
    28 $IDH = DBI->connect ("DBI:Pg:host=billing;dbname=custids", "cidcheck", "c1dch4ck");
     28$IDH = DBI->connect ("DBI:Pg:host=newbilling;dbname=custids", "cidcheck", "c1dch4ck");
    2929$sth = $dbh->prepare("select cidr,custid from searchme where not (custid='6750400') ".
    3030        "and not (custid='STAFF') order by cidr");
Note: See TracChangeset for help on using the changeset viewer.