1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

Merge branch '3.1.x'

* 3.1.x:
  [ticket/13819] Add missing sql_freeresult() to files in includes/

Conflicts:
	phpBB/includes/acp/acp_database.php
This commit is contained in:
Andreas Fischer
2015-05-06 01:05:04 +02:00
2 changed files with 2 additions and 0 deletions

View File

@@ -491,6 +491,7 @@ function close_report($report_id_list, $mode, $action, $pm = false)
{
$post_id_list[] = $row[$id_column];
}
$db->sql_freeresult($result);
$post_id_list = array_unique($post_id_list);
if ($pm)