mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix to display correct time for current sessions.
This commit is contained in:
parent
6b06c9d9b0
commit
510aeaca5f
@ -53,7 +53,7 @@
|
||||
'session_logintime' => $GLOBALS['phpgw']->common->show_date($value['session_logintime']),
|
||||
'session_action' => $value['session_action'],
|
||||
'session_dla' => $value['session_dla'],
|
||||
'session_idle' => gmdate('G:i:s',(time() - $value['session_dla']))
|
||||
'session_idle' => gmdate('G:i:s',($GLOBALS['phpgw']->datetime->gmtnow - $value['session_dla']))
|
||||
);
|
||||
}
|
||||
return $_values;
|
||||
|
Loading…
Reference in New Issue
Block a user