bug 442337

This commit is contained in:
Marc Delisle
2001-07-18 17:11:47 +00:00
parent 0fc7bd09ff
commit ba028edffe
2 changed files with 6 additions and 2 deletions

View File

@@ -28,8 +28,7 @@ else
<input type="hidden" name="db" value="<?php echo $db;?>">
<input type="hidden" name="table" value="<?php echo $table;?>">
<input type="hidden" name="goto" value="<?php echo $goto;?>">
<input type="hidden" name="sql_query" value="
<?php echo isset($sql_query) ? urlencode(stripslashes($sql_query)) : "";?>">
<input type="hidden" name="sql_query" value="<?php echo isset($sql_query) ? urlencode(stripslashes($sql_query)) : "";?>">
<input type="hidden" name="pos" value="<?php echo isset($pos) ? $pos : 0;?>">
<?php