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:
@@ -109,14 +109,14 @@ if (strlen($userSQL)<2)
|
|||||||
{$userSQL = 'user';}
|
{$userSQL = 'user';}
|
||||||
if (strlen($TIME_agenttimedetail)<1)
|
if (strlen($TIME_agenttimedetail)<1)
|
||||||
{$TIME_agenttimedetail = 'H';}
|
{$TIME_agenttimedetail = 'H';}
|
||||||
if ($time_in_sec)
|
|
||||||
{
|
|
||||||
$TIME_agenttimedetail = 'S';
|
|
||||||
}
|
|
||||||
if ($file_download == 1)
|
if ($file_download == 1)
|
||||||
{
|
{
|
||||||
$TIME_agenttimedetail = 'HF';
|
$TIME_agenttimedetail = 'HF';
|
||||||
}
|
}
|
||||||
|
if ($time_in_sec)
|
||||||
|
{
|
||||||
|
$TIME_agenttimedetail = 'S';
|
||||||
|
}
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
##### START SYSTEM_SETTINGS LOOKUP #####
|
##### START SYSTEM_SETTINGS LOOKUP #####
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user