diff --git a/sql.php3 b/sql.php3 index 86ef9c663..d63e59e5f 100755 --- a/sql.php3 +++ b/sql.php3 @@ -375,6 +375,9 @@ else { . '&db=' . urlencode($db) . '&table=' . urlencode($table) . '&pos=' . $pos + . '&session_max_rows=' . $session_max_rows + . '&disp_direction=' . $disp_direction + . '&repeat_cells=' . $repeat_cells . '&sql_query=' . urlencode($sql_query) . '&goto=' . urlencode($lnk_goto);