From 8f9ee7b925f8caaf33db48a9b6337013d040e383 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 24 Mar 2010 19:55:59 +0000 Subject: [PATCH] fixed small bug in AST_cleanup_agent_log.pl git-svn-id: svn://192.168.202.10@1384 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/AST_cleanup_agent_log.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/AST_cleanup_agent_log.pl b/bin/AST_cleanup_agent_log.pl index b09fd756..12c8d893 100644 --- a/bin/AST_cleanup_agent_log.pl +++ b/bin/AST_cleanup_agent_log.pl @@ -177,7 +177,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"; }