* Admin: view sessions and view access log was not using user-timezone but server, also causing display of wrong idle-time

This commit is contained in:
Ralf Becker 2012-03-15 13:46:45 +00:00
parent b28a0ced08
commit 23fcaf904e

View File

@ -48,6 +48,7 @@ class admin_accesslog
function __construct()
{
$this->so = new so_sql(self::APP,self::TABLE,null,'',true);
$this->so->timestamps = array('li', 'lo', 'session_dla', 'notification_hartbeat');
}
/**