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 73a56f825c
commit 299606a408
-2
View File
@@ -319,8 +319,6 @@ $sthArows=$sthA->rows;
if ($sthArows > 0)
{
$rec_countCUSTDATA=0;
$iter=$dbhA->create_record_iterator;
$rec_countCUSTDATA=0;
while ($sthArows > $cbc)
{
@aryA = $sthA->fetchrow_array;