From a2b9c0a21645d83d7dccceeb4d4d5c1fbebce7f9 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 24 Mar 2010 19:57:01 +0000 Subject: [PATCH] fixed small bug in AST_cleanup_agent_log.pl git-svn-id: svn://192.168.202.10@1385 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/branches/agc_2.2.0/bin/AST_cleanup_agent_log.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agc_2-X/branches/agc_2.2.0/bin/AST_cleanup_agent_log.pl b/agc_2-X/branches/agc_2.2.0/bin/AST_cleanup_agent_log.pl index 7c48ba09..25fd77e4 100644 --- a/agc_2-X/branches/agc_2.2.0/bin/AST_cleanup_agent_log.pl +++ b/agc_2-X/branches/agc_2.2.0/bin/AST_cleanup_agent_log.pl @@ -176,7 +176,7 @@ if ($TWENTYFOUR_HOURS > 0) $TDSQLdate = "$Tyear-$Tmon-$Tmday $Thour:$Tmin:$Tsec"; $VDAD_SQL_time = "and event_time > \"$TDSQLdate\" and event_time < \"$FDSQLdate\""; - $VDCL_SQL_time = "and call_date > \"$TDSQLdate\" and event_time < \"$FDSQLdate\""; + $VDCL_SQL_time = "and call_date > \"$TDSQLdate\" and call_date < \"$FDSQLdate\""; $QM_SQL_time = "and time_id > $TDtarget and time_id < $FDtarget"; $QM_SQL_time_H = "and time_id > $TDtarget and time_id < $HDtarget"; }