Added agent time detail options.php time precision option
git-svn-id: svn://192.168.202.10@1691 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
# CHANGELOG
|
||||
# 101216-1043 - First Build
|
||||
# 110307-1039 - Added upper-case/lower-case user setting
|
||||
# 110708-1730 - Added precision time setting
|
||||
#
|
||||
|
||||
# used by the realtime_report.php script
|
||||
@@ -51,4 +52,8 @@ $RS_AGENTtimeSTATS = 0; # 0=no, 1=yes
|
||||
# used by agent reports
|
||||
$user_case = 0; # 1=upper-case, 2-lower-case, 0-no-case-change
|
||||
|
||||
# force time precision for reports
|
||||
$TIME_agenttimedetail = 'H'; # H=hour, M=minute, S=second, HF=force hour
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user