Back to previous version

This commit is contained in:
Alexander M. Turek
2002-12-04 18:00:16 +00:00
parent 57a23a978d
commit 120b795f66
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-12-04 Alexander M. Turek <rabus@users.sourceforge.net>
* sql.php3: Back to previous version.
2002-12-03 Alexander M. Turek <rabus@users.sourceforge.net>
* sql.php3: Fixed bug #641652, thanks to "bumperbox".
* lang/latvian-windows-1257.inc.php3, lang/norwegian-iso-8859-1.inc.php3,

View File

@@ -187,7 +187,7 @@ if ($do_confirm) {
<input type="hidden" name="server" value="<?php echo $server; ?>" />
<input type="hidden" name="db" value="<?php echo htmlspecialchars($db); ?>" />
<input type="hidden" name="table" value="<?php echo isset($table) ? htmlspecialchars($table) : ''; ?>" />
<input type="hidden" name="sql_query" value="<?php echo urlencode($sql_query); ?>" />
<input type="hidden" name="sql_query" value="<?php echo urlencode(addslashes($sql_query)); ?>" />
<input type="hidden" name="zero_rows" value="<?php echo isset($zero_rows) ? $zero_rows : ''; ?>" />
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
<input type="hidden" name="back" value="<?php echo isset($back) ? $back : ''; ?>" />