From c560a3795255168531e72bca9032e1381772af88 Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 20 Dec 2007 06:25:08 +0000 Subject: [PATCH] fixed minor bug in AST_VDremote_agents script git-svn-id: svn://192.168.202.10@750 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/AST_VDremote_agents.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/AST_VDremote_agents.pl b/bin/AST_VDremote_agents.pl index 4dd21f32..5c8c7da2 100644 --- a/bin/AST_VDremote_agents.pl +++ b/bin/AST_VDremote_agents.pl @@ -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) {