Changeset 445 for branches/stable/cgi-bin/checkcusts.pl
- Timestamp:
- 07/26/10 17:00:00 (14 years ago)
- Location:
- branches/stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable
- Property svn:ignore
-
old new 1 1 local.css 2 *.tar.gz
-
- Property svn:mergeinfo changed
/trunk merged: 415-420,422-443
- Property svn:ignore
-
branches/stable/cgi-bin/checkcusts.pl
r319 r445 7 7 # Last update by $Author$ 8 8 ### 9 # Copyright (C) 2004-20 06Kris Deugau9 # Copyright (C) 2004-2010 Kris Deugau 10 10 11 11 use DBI; … … 33 33 push @def_custids, $data[0]; 34 34 } 35 $sth = $dbh->prepare("select cidr,custid from searchme where not (custid=' 6750400') ".35 $sth = $dbh->prepare("select cidr,custid from searchme where not (custid='$IPDB::defcustid') ". 36 36 "and not (custid='STAFF') order by cidr"); 37 37 #$sth = $dbh->prepare("select cidr,custid from searchme order by cidr");
Note:
See TracChangeset
for help on using the changeset viewer.