forked from extern/egroupware
Fix typo
This commit is contained in:
parent
39faba482e
commit
056f61ef72
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user