mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
- tiny issue with get_tables() git-svn-id: file:///svn/phpbb/trunk@7893 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -463,6 +463,7 @@ class install_convert extends module
|
||||
$prefixes = array();
|
||||
|
||||
$tables_existing = get_tables($src_db);
|
||||
$tables_existing = array_map('strtolower', $tables_existing);
|
||||
foreach ($tables_existing as $table_name)
|
||||
{
|
||||
compare_table($tables, $table_name, $prefixes);
|
||||
|
Reference in New Issue
Block a user