small bug fix for adapt script
git-svn-id: svn://192.168.202.10@1659 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1215,6 +1215,7 @@ sub calculate_drops
|
||||
$affected_rows = $dbhA->do($stmtA);
|
||||
if ($DBX) {print "OUTBOUND $campaign_id[$i]|$affected_rows|$stmtA|\n";}
|
||||
|
||||
$debug_camp_output =~ s/;|\\\\|\/|\'//gi;
|
||||
$stmtA = "UPDATE vicidial_campaign_stats_debug SET entry_time='$now_date',debug_output='$debug_camp_output' where campaign_id='$campaign_id[$i]' and server_ip='ADAPT';";
|
||||
$affected_rows = $dbhA->do($stmtA);
|
||||
$debug_camp_output='';
|
||||
|
||||
Reference in New Issue
Block a user