mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7210 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a59b59a821
commit
8dcda2ce55
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ function get_tables($db)
|
||||||
case 'mysql4':
|
case 'mysql4':
|
||||||
case 'mysqli':
|
case 'mysqli':
|
||||||
$sql = 'SHOW TABLES';
|
$sql = 'SHOW TABLES';
|
||||||
$field = 'Tables_in_' . $db->dbname;
|
$field = 'Tables_in_' . strtolower($db->dbname);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'sqlite':
|
case 'sqlite':
|
||||||
|
|
Loading…
Add table
Reference in a new issue