bug #1193430, parameter not url-encoded
This commit is contained in:
@@ -8,6 +8,8 @@ $Source$
|
||||
2005-05-18 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* export.php: bug #1193442, 8 extra spaces at end of export area,
|
||||
thanks to Ryan Schmidt
|
||||
* db_details_structure.php: bug #1193430, zero_rows parameter
|
||||
not url-encoded, thanks to Ryan Schmidt
|
||||
|
||||
2005-05-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* server_privileges.php, libraries/server_privileges.js:
|
||||
|
@@ -323,7 +323,7 @@ else {
|
||||
echo $titles['NoDrop'];
|
||||
} else {
|
||||
?>
|
||||
<a href="sql.php?<?php echo $tbl_url_query; ?>&reload=1&purge=1&sql_query=<?php echo urlencode($drop_query); ?>&zero_rows=<?php echo $drop_message; ?>"
|
||||
<a href="sql.php?<?php echo $tbl_url_query; ?>&reload=1&purge=1&sql_query=<?php echo urlencode($drop_query); ?>&zero_rows=<?php echo urlencode($drop_message); ?>"
|
||||
onclick="return confirmLink(this, '<?php echo PMA_jsFormat($drop_query, FALSE); ?>')">
|
||||
<?php echo $titles['Drop']; ?></a>
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user