1
0
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:
Meik Sievertsen
2004-12-31 13:58:41 +00:00
parent 1e334fca0e
commit cf54570f6c
4 changed files with 32 additions and 26 deletions

View File

@ -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')