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:
parent
722092fe54
commit
95764c4f0e
@ -136,6 +136,7 @@ class phpbb_config_db_text
|
||||
{
|
||||
$map[$row['config_name']] = $row['config_value'];
|
||||
}
|
||||
$this->db->sql_freeresult($result);
|
||||
|
||||
return $map;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user