1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 11:34:10 +02:00

Always flush in navigation because table_status can take long

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@849 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-07-16 17:45:07 +00:00
parent 0f29896dfa
commit 4a014a6d69
3 changed files with 4 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ function adminer_credentials() {
}
function adminer_database() {
$dbs = get_databases(false);
$dbs = get_databases();
return call_adminer('database', (count($dbs) == 1 ? $dbs[0] : (count($dbs) == 2 && information_schema($dbs[0]) ? $dbs[1] : 'test')));
}