fixed minor bug in AST_VDremote_agents script

git-svn-id: svn://192.168.202.10@750 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2007-12-20 06:25:08 +00:00
parent ad42f80ca7
commit c560a37952
+1 -1
View File
@@ -242,7 +242,7 @@ while($one_day_interval > 0)
##### grab number of calls today in this campaign and increment
$stmt="SELECT calls_today FROM vicidial_live_agents WHERE extension LIKE \"R/%\";";
$rslt=mysql_query($stmt, $link);
if ($DB) {echo "$stmt\n";}
if ($DB) {print "$stmt\n";}
$vla_cc_ct = mysql_num_rows($rslt);
if ($vla_cc_ct > 0)
{