Fixed minor issue #675
git-svn-id: svn://192.168.202.10@1998 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
# 220414-2111 - Added counts on parked(hold) calls
|
||||
# 130610-0849 - Finalized changing of all ereg instances to preg
|
||||
# 130621-0821 - Added filtering of input to prevent SQL injection attacks and new user auth
|
||||
# 130704-0945 - Fixed issue #675
|
||||
#
|
||||
|
||||
$startMS = microtime();
|
||||
@@ -409,7 +410,7 @@ else
|
||||
$time_BEGIN=$AM_shift_BEGIN;
|
||||
$time_END=$AM_shift_END;
|
||||
if (strlen($time_BEGIN) < 6) {$time_BEGIN = "03:45:00";}
|
||||
if (strlen($time_END) < 6) {$time_END = "15:15:00";}
|
||||
if (strlen($time_END) < 6) {$time_END = "15:14:59";}
|
||||
}
|
||||
if ($shift == 'PM')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user