mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 14:35:56 +02:00
Merge branch '3.3.x'
This commit is contained in:
commit
fa39e37e26
@ -2847,7 +2847,7 @@ function get_database_size()
|
|||||||
$database_size = 0;
|
$database_size = 0;
|
||||||
|
|
||||||
$sql = 'SHOW TABLE STATUS
|
$sql = 'SHOW TABLE STATUS
|
||||||
FROM ' . $db_name;
|
FROM ' . $db->sql_quote($db_name);
|
||||||
$result = $db->sql_query($sql, 7200);
|
$result = $db->sql_query($sql, 7200);
|
||||||
|
|
||||||
while ($row = $db->sql_fetchrow($result))
|
while ($row = $db->sql_fetchrow($result))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user