bug #641652
This commit is contained in:
@@ -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
|
||||
|
2
sql.php3
2
sql.php3
@@ -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 : ''; ?>" />
|
||||
|
Reference in New Issue
Block a user