Ensured that the database list is built.
This commit is contained in:
@@ -5,6 +5,8 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2003-02-10 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* server_databases.php3: Ensured that the database list is built.
|
||||
|
||||
2003-02-10 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/catalan: update, thanks to Xavier Navarro
|
||||
|
@@ -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