Avoid undefined variable when showing all records
This commit is contained in:
parent
3b4e51cc39
commit
8ec7e8587f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user