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

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2021-01-15 23:10:49 +01:00

@ -2847,7 +2847,7 @@ function get_database_size()
$database_size = 0;
$sql = 'SHOW TABLE STATUS
FROM ' . $db_name;
FROM ' . $db->sql_quote($db_name);
$result = $db->sql_query($sql, 7200);
while ($row = $db->sql_fetchrow($result))