fixed bug: Undefined variable: num_tables

This commit is contained in:
Sebastian Mendel
2006-01-17 13:00:23 +00:00
parent eac9724926
commit 9518c45bdf
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ $url_params['goto'] = 'db_search.php';
* Get the list of tables from the current database
*/
$tables = PMA_DBI_get_tables($GLOBALS['db']);
$num_tables = count( $tables );
/**
* Displays top links