1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-30 11:11:23 +02:00

[ticket/10202] Add $this->db->sql_freeresult($result) to SELECT queries.

PHPBB3-10202
This commit is contained in:
Andreas Fischer 2013-03-05 03:41:26 +01:00
parent 722092fe54
commit 95764c4f0e

View File

@ -136,6 +136,7 @@ class phpbb_config_db_text
{
$map[$row['config_name']] = $row['config_value'];
}
$this->db->sql_freeresult($result);
return $map;
}