mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13569] Add missing sql_freeresults and remove unneeded results
PHPBB3-13569
This commit is contained in:
@@ -154,6 +154,6 @@ class db_text
|
||||
$sql = 'DELETE
|
||||
FROM ' . $this->table . '
|
||||
WHERE ' . $this->db->sql_in_set('config_name', $keys, false, true);
|
||||
$result = $this->db->sql_query($sql);
|
||||
$this->db->sql_query($sql);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user