diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2004-12-31 13:58:41 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-12-31 13:58:41 +0000 |
commit | cf54570f6c3ad03065df9ff18a57cac145305443 (patch) | |
tree | babd22755f7c896a43021f2e5f06891e06f99d3e /phpBB/includes/functions_display.php | |
parent | 1e334fca0edeeb519a6d59808c5d82fbc989e6e3 (diff) | |
download | forums-cf54570f6c3ad03065df9ff18a57cac145305443.tar forums-cf54570f6c3ad03065df9ff18a57cac145305443.tar.gz forums-cf54570f6c3ad03065df9ff18a57cac145305443.tar.bz2 forums-cf54570f6c3ad03065df9ff18a57cac145305443.tar.xz forums-cf54570f6c3ad03065df9ff18a57cac145305443.zip |
- fixed [code=php]
- optimized db/mysql.php a little bit
git-svn-id: file:///svn/phpbb/trunk@5037 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_display.php')
-rw-r--r-- | phpBB/includes/functions_display.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index a01f58d9b6..4bceade633 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -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') |