display type was forgotten while inserting multiple new rows

This commit is contained in:
Loïc Chapeaux
2001-12-18 21:52:21 +00:00
parent 42efc0c918
commit 4e11da70ff

View File

@@ -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);