From 4e11da70fff6b05b590de25653f3f60c6a50fa9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Tue, 18 Dec 2001 21:52:21 +0000 Subject: [PATCH] display type was forgotten while inserting multiple new rows --- sql.php3 | 3 +++ 1 file changed, 3 insertions(+) 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);