mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10202] Add $this->db->sql_freeresult($result) to SELECT queries.
PHPBB3-10202
This commit is contained in:
parent
722092fe54
commit
95764c4f0e
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ class phpbb_config_db_text
|
||||||
{
|
{
|
||||||
$map[$row['config_name']] = $row['config_value'];
|
$map[$row['config_name']] = $row['config_value'];
|
||||||
}
|
}
|
||||||
|
$this->db->sql_freeresult($result);
|
||||||
|
|
||||||
return $map;
|
return $map;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue