From a76a3684746331ade874e67ecf5ed12afd63a177 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 12 Nov 2010 14:11:02 +0000 Subject: [PATCH] Fixed small bug in outbound report git-svn-id: svn://192.168.202.10@1544 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/vicidial/AST_VDADstats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/vicidial/AST_VDADstats.php b/www/vicidial/AST_VDADstats.php index e558f272..dc2774e8 100644 --- a/www/vicidial/AST_VDADstats.php +++ b/www/vicidial/AST_VDADstats.php @@ -276,7 +276,7 @@ while ($i < $statha_to_print) $customer_interactive_statuses .= "'$row[0]',"; $i++; } -$stmt="select status from vicidial_campaign_statuses where human_answered='Y';"; +$stmt="select status from vicidial_campaign_statuses where human_answered='Y' $group_SQLand;"; $rslt=mysql_query($stmt, $link); if ($DB) {echo "$stmt\n";} $statha_to_print = mysql_num_rows($rslt);