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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user