From 6497f166ef16fdfda49284a963e8b34bff5a9bb7 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 27 Jan 2002 22:13:17 +0000 Subject: Various updates related to email creation ... should fix various bugs and errors, in theory git-svn-id: file:///svn/phpbb/trunk@1974 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/viewtopic.php') diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 32b9148b0a..d9e592e818 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -412,6 +412,7 @@ if(!$total_posts = $db->sql_numrows($result)) message_die(GENERAL_MESSAGE, $lang['No_posts_topic']); } $postrow = $db->sql_fetchrowset($result); +$db->sql_freeresult($result); $sql = "SELECT * FROM " . RANKS_TABLE . " -- cgit v1.2.1