bug #1242805, Show all does not work while browsing foreign values
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -7,13 +7,15 @@ $Source$
|
|||||||
|
|
||||||
2005-07-22 Marc Delisle <lem9@users.sourceforge.net>
|
2005-07-22 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* db_details_structure.php: table creation should not be possible
|
* db_details_structure.php: table creation should not be possible
|
||||||
in information_schema
|
in information_schema
|
||||||
* db_operations.php: those operations do not make sense on
|
* db_operations.php: those operations do not make sense on
|
||||||
information_schema
|
information_schema
|
||||||
|
* browse_foreigners.php: bug #1242805, Show All does not work while
|
||||||
|
browsing foreign values
|
||||||
|
|
||||||
2005-07-21 Marc Delisle <lem9@users.sourceforge.net>
|
2005-07-21 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/auth/cookie.auth.lib.php: bug #1240880, XSS on the
|
* libraries/auth/cookie.auth.lib.php: bug #1240880, XSS on the
|
||||||
cookie-based login panel
|
cookie-based login panel
|
||||||
|
|
||||||
2005-07-20 Marc Delisle <lem9@users.sourceforge.net>
|
2005-07-20 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* ChangeLog: automatic utf-8 encoding modeline, thanks to Michal
|
* ChangeLog: automatic utf-8 encoding modeline, thanks to Michal
|
||||||
|
@@ -87,7 +87,7 @@ require('./libraries/get_foreign.lib.php');
|
|||||||
<form action="browse_foreigners.php" method="post">
|
<form action="browse_foreigners.php" method="post">
|
||||||
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
|
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
|
||||||
<input type="hidden" name="field" value="<?php echo urlencode($field); ?>" />
|
<input type="hidden" name="field" value="<?php echo urlencode($field); ?>" />
|
||||||
<input type="hidden" name="field" value="<?php echo isset($fieldkey) ? $fieldkey : ''; ?>" />
|
<input type="hidden" name="fieldkey" value="<?php echo isset($fieldkey) ? $fieldkey : ''; ?>" />
|
||||||
<?php
|
<?php
|
||||||
if (isset($pk)) {
|
if (isset($pk)) {
|
||||||
$pk_uri = '&pk=' . urlencode($pk);
|
$pk_uri = '&pk=' . urlencode($pk);
|
||||||
|
Reference in New Issue
Block a user