removed old Net::MySQL reference in CIDlookup agi script

git-svn-id: svn://192.168.202.10@243 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-09-05 13:59:02 +00:00
parent 3bad9123a6
commit 48925528f8
@@ -318,8 +318,6 @@ $sthA->execute or die "executing: $stmtA ", $dbhA->errstr;
$sthArows=$sthA->rows;
if ($sthArows > 0)
{
$rec_countCUSTDATA=0;
$iter=$dbhA->create_record_iterator;
$rec_countCUSTDATA=0;
while ($sthArows > $cbc)
{