This commit is contained in:
Nathan Gray 2011-04-13 17:09:18 +00:00
parent 39faba482e
commit 056f61ef72

View File

@ -1614,7 +1614,7 @@ class egw_session
'lo' => null, 'lo' => null,
'session_dla > '.(int)(time() - $GLOBALS['egw_info']['server']['sessions_timeout']), 'session_dla > '.(int)(time() - $GLOBALS['egw_info']['server']['sessions_timeout']),
'account_id' => $account_id, 'account_id' => $account_id,
'notifications_heartbeat > '.self::heartbeat_limit(), 'notification_heartbeat > '.self::heartbeat_limit(),
), __LINE__, __FILE__)->fetchColumn(); ), __LINE__, __FILE__)->fetchColumn();
} }