Ensured that the database list is built.
This commit is contained in:
@@ -46,6 +46,14 @@ function PMA_dbCmp($a, $b)
|
||||
} // end of the 'PMA_dbCmp()' function
|
||||
|
||||
|
||||
/**
|
||||
* Gets the databases list - if it has not been built yet
|
||||
*/
|
||||
if ($server > 0 && empty($dblist)) {
|
||||
PMA_availableDatabases();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Drops multiple databases
|
||||
*/
|
||||
|
Reference in New Issue
Block a user