Fixed small bug in outbound report

git-svn-id: svn://192.168.202.10@1544 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2010-11-12 14:11:02 +00:00
parent b44c4b625e
commit a76a368474
+1 -1
View File
@@ -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);