mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-24 20:17:58 +02:00
- fixed [code=php]
- optimized db/mysql.php a little bit git-svn-id: file:///svn/phpbb/trunk@5037 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -162,7 +162,7 @@ function display_forums($root_data = '', $display_moderators = TRUE)
|
||||
$forum_unread[$parent_id] = true;
|
||||
}
|
||||
}
|
||||
$db->sql_freeresult();
|
||||
$db->sql_freeresult($result);
|
||||
|
||||
// Handle marking posts
|
||||
if ($mark_read == 'forums')
|
||||
|
Reference in New Issue
Block a user