Small fixes for admin.php and agent time detail report

git-svn-id: svn://192.168.202.10@2411 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2015-11-13 18:25:53 +00:00
parent d5511140a8
commit 77abb19dcb
2 changed files with 6 additions and 6 deletions
@@ -109,14 +109,14 @@ if (strlen($userSQL)<2)
{$userSQL = 'user';}
if (strlen($TIME_agenttimedetail)<1)
{$TIME_agenttimedetail = 'H';}
if ($time_in_sec)
{
$TIME_agenttimedetail = 'S';
}
if ($file_download == 1)
{
$TIME_agenttimedetail = 'HF';
}
if ($time_in_sec)
{
$TIME_agenttimedetail = 'S';
}
#############################################
##### START SYSTEM_SETTINGS LOOKUP #####
File diff suppressed because one or more lines are too long