display type was forgotten while inserting multiple new rows
This commit is contained in:
3
sql.php3
3
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);
|
||||
|
||||
|
Reference in New Issue
Block a user