Avoid warnings on undefined variables

This commit is contained in:
Madhura Jayaratne
2011-10-08 14:15:17 +05:30
parent 55f2d0726b
commit 329c9cac68

View File

@@ -200,11 +200,12 @@ class PMA_User_Schema
$selectboxall[] = $val[0]; $selectboxall[] = $val[0];
} }
$tabExist = array();
/* /*
* Now if we already have chosen a page number then we should * Now if we already have chosen a page number then we should
* show the tables involved * show the tables involved
*/ */
if (isset($this->chosenPage) && $this->chosenPage > 0) { if (isset($this->chosenPage) && $this->chosenPage > 0) {
echo "\n"; echo "\n";
?> ?>