1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge branch 'develop-ascraeus' into develop

* develop-ascraeus:
  [ticket/13569] Add missing sql_freeresults and remove unneeded results
This commit is contained in:
Andreas Fischer
2015-02-03 17:38:02 +01:00
6 changed files with 7 additions and 2 deletions

View File

@@ -1964,7 +1964,7 @@ class install_install extends module
'bot_ip' => (string) $bot_ary[1],
));
$result = $db->sql_query($sql);
$db->sql_query($sql);
}
}