fixed bug: Undefined variable: num_tables
This commit is contained in:
@@ -15,6 +15,8 @@ $Source$
|
|||||||
- added source documentation
|
- added source documentation
|
||||||
- PEAR coding standard
|
- PEAR coding standard
|
||||||
- clarified some variable names
|
- clarified some variable names
|
||||||
|
* db_sarch.php:
|
||||||
|
fixed bug: Undefined variable: num_tables
|
||||||
|
|
||||||
2006-01-16 Marc Delisle <lem9@users.sourceforge.net>
|
2006-01-16 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* server_privileges.php: typo
|
* server_privileges.php: typo
|
||||||
|
@@ -22,6 +22,7 @@ $url_params['goto'] = 'db_search.php';
|
|||||||
* Get the list of tables from the current database
|
* Get the list of tables from the current database
|
||||||
*/
|
*/
|
||||||
$tables = PMA_DBI_get_tables($GLOBALS['db']);
|
$tables = PMA_DBI_get_tables($GLOBALS['db']);
|
||||||
|
$num_tables = count( $tables );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Displays top links
|
* Displays top links
|
||||||
|
Reference in New Issue
Block a user