replaced $dblist with new PMA_List_Database class

This commit is contained in:
Sebastian Mendel
2006-09-20 11:15:56 +00:00
parent 9ec978a4a9
commit 45b04ab15d
13 changed files with 151 additions and 446 deletions

View File

@@ -85,7 +85,7 @@ echo '<h2>' . "\n"
if ($server > 0) {
$databases = PMA_DBI_get_databases_full(null, $dbstats, null, $sort_by,
$sort_order, $pos, true);
$databases_count = PMA_DBI_get_databases_count();
$databases_count = $PMA_List_Database->count();
} else {
$databases_count = 0;
}