bug 776436 Print view

This commit is contained in:
Marc Delisle
2003-07-23 18:32:03 +00:00
parent 40ed8da3ae
commit fcba0c459a
2 changed files with 3 additions and 7 deletions

View File

@@ -12,13 +12,8 @@ if (!isset($selected_tbl)) {
// Check parameters
if (!defined('PMA_COMMON_LIB_INCLUDED')) {
include('./libraries/common.lib.php3');
}
PMA_checkParameters(array('the_tables'));
if (!is_array($the_tables)) {
exit();
if (!isset($the_tables) || !is_array($the_tables)) {
$the_tables = array();
}
/**