permit to see tracking info even for deleted tables; code cleanup

This commit is contained in:
Marc Delisle
2009-12-27 21:52:21 +00:00
parent 62cb15b4a3
commit 46826be014
3 changed files with 22 additions and 18 deletions

View File

@@ -44,7 +44,7 @@ if (empty($is_db)) {
}
} // end if (ensures db exists)
if (empty($is_table) && !defined('PMA_SUBMIT_MULT')) {
if (empty($is_table) && !defined('PMA_SUBMIT_MULT') && ! defined('TABLE_MAY_BE_ABSENT')) {
// Not a valid table name -> back to the db_sql.php
if (strlen($table)) {