mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13569] Add missing sql_freeresults and remove unneeded results
PHPBB3-13569
This commit is contained in:
@@ -1962,7 +1962,7 @@ class install_install extends module
|
||||
'bot_ip' => (string) $bot_ary[1],
|
||||
));
|
||||
|
||||
$result = $db->sql_query($sql);
|
||||
$db->sql_query($sql);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user