mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/13569] Add missing sql_freeresults and remove unneeded results
PHPBB3-13569
This commit is contained in:
@@ -1276,6 +1276,7 @@ function mcp_fork_topic($topic_ids)
|
||||
|
||||
$db->sql_query('INSERT INTO ' . POLL_OPTIONS_TABLE . ' ' . $db->sql_build_array('INSERT', $sql_ary));
|
||||
}
|
||||
$db->sql_freeresult($result);
|
||||
}
|
||||
|
||||
$sql = 'SELECT *
|
||||
|
Reference in New Issue
Block a user