mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 17:27:16 +02: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:
@@ -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']) )
|
||||
|
Reference in New Issue
Block a user