1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-18 06:38:43 +01:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2021-01-15 23:10:49 +01:00
commit fa39e37e26
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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))