Avoid undefined variable when showing all records

This commit is contained in:
Michal Čihař 2012-02-08 10:02:22 +01:00
parent 3b4e51cc39
commit 8ec7e8587f

View File

@ -308,6 +308,7 @@ function PMA_displayTableNavigation($pos_next, $pos_prev, $sql_query, $id_for_di
} // end move back
$nbTotalPage = 1;
//page redirection
// (unless we are showing all records)
if ('all' != $_SESSION['tmp_user_values']['max_rows']) { //if1