From f68771d64ce689fe4e9300c88d5d53b0c685c6ef Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 15 Jan 2005 18:49:54 +0000 Subject: - bugfixes - do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!) git-svn-id: file:///svn/phpbb/trunk@5063 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/common.php') diff --git a/phpBB/common.php b/phpBB/common.php index 441bd06cfa..41c31e75b1 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -263,6 +263,7 @@ if ($config = $cache->get('config')) { $config[$row['config_name']] = $row['config_value']; } + $db->sql_freeresult($result); } else { -- cgit v1.2.1