mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Setting error reporting to the highest level have benefits.
git-svn-id: file:///svn/phpbb/trunk@2915 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2d99854ce8
commit
4c82531712
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ class session {
|
|||
WHERE session_time >= " . ( $current_time - 60 );
|
||||
$result = $db->sql_query($sql);
|
||||
|
||||
$row = $db->sql_fetchrow[$result];
|
||||
$row = $db->sql_fetchrow($result);
|
||||
$db->sql_freeresult($result);
|
||||
|
||||
if ( intval($board_config['active_sessions']) && intval($row['sessions']) > intval($board_config['active_sessions']) )
|
||||
|
|
Loading…
Add table
Reference in a new issue