This commit is contained in:
Alexander M. Turek
2002-12-03 08:32:21 +00:00
parent ea43ddf7e8
commit 4dea3693a0
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-12-03 Alexander M. Turek <rabus@users.sourceforge.net>
* sql.php3: Fixed bug #641652, thanks to "bumperbox".
2002-12-02 Marc Delisle <lem9@users.sourceforge.net>
* db_search.php3: automatic wildcard
* lang/japanese-*.inc.php3: remove control Ms

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(addslashes($sql_query)); ?>" />
<input type="hidden" name="sql_query" value="<?php echo urlencode($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 : ''; ?>" />