From 791e49cf04deca53659c88c42ac2db2b987adbfe Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 19 Oct 2006 18:42:55 +0000 Subject: [PATCH] fixed times for AST_server_performance script git-svn-id: svn://192.168.202.10@362 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/vicidial/AST_server_performance.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/vicidial/AST_server_performance.php b/www/vicidial/AST_server_performance.php index fdedb9d9..612a9772 100644 --- a/www/vicidial/AST_server_performance.php +++ b/www/vicidial/AST_server_performance.php @@ -113,16 +113,16 @@ else if ($shift == 'AM') { $query_date_BEGIN = "$query_date 08:45:00"; - $query_date_END = "$query_date 15:32:00"; + $query_date_END = "$query_date 15:30:00"; $time_BEGIN = "08:45:00"; - $time_END = "15:15:00"; + $time_END = "15:30:00"; } if ($shift == 'PM') { - $query_date_BEGIN = "$query_date 15:32:00"; + $query_date_BEGIN = "$query_date 15:30:00"; $query_date_END = "$query_date 23:15:00"; - $time_BEGIN = "15:15:00"; - $time_END = "23:15:00"; + $time_BEGIN = "15:30:00"; + $time_END = "23:30:00"; } echo "VICIDIAL: Server Performance $NOW_TIME\n";