Avoid warnings on undefined variables
This commit is contained in:
@@ -200,11 +200,12 @@ class PMA_User_Schema
|
||||
$selectboxall[] = $val[0];
|
||||
}
|
||||
|
||||
$tabExist = array();
|
||||
|
||||
/*
|
||||
* Now if we already have chosen a page number then we should
|
||||
* show the tables involved
|
||||
*/
|
||||
|
||||
if (isset($this->chosenPage) && $this->chosenPage > 0) {
|
||||
echo "\n";
|
||||
?>
|
||||
|
Reference in New Issue
Block a user