bug 867320
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-12-30 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* tbl_select.php: bug 867320, dropdowns in search page
|
||||||
|
|
||||||
2003-12-29 Alexander M. Turek <crazysexycool@derrabus.de>
|
2003-12-29 Alexander M. Turek <crazysexycool@derrabus.de>
|
||||||
* db_details_structure.php, libraries/mysql_charsets.lib.php:
|
* db_details_structure.php, libraries/mysql_charsets.lib.php:
|
||||||
- display database collation (MySQL >= 4.1.1);
|
- display database collation (MySQL >= 4.1.1);
|
||||||
|
@@ -156,11 +156,13 @@ if (!isset($param) || $param[0] == '') {
|
|||||||
// <markus@noga.de>
|
// <markus@noga.de>
|
||||||
$field = $fields_list[$i];
|
$field = $fields_list[$i];
|
||||||
|
|
||||||
require_once('./libraries/get_foreign.lib.php');
|
// do not use require_once here
|
||||||
|
require('./libraries/get_foreign.lib.php');
|
||||||
|
|
||||||
echo "\n";
|
echo "\n";
|
||||||
// we got a bug report: in some cases, even if $disp is true,
|
// we got a bug report: in some cases, even if $disp is true,
|
||||||
// there are no rows, so we add a fetch_array
|
// there are no rows, so we add a fetch_array
|
||||||
|
|
||||||
if ($foreigners && isset($foreigners[$field]) && isset($disp) && $disp && @PMA_mysql_fetch_array($disp)) {
|
if ($foreigners && isset($foreigners[$field]) && isset($disp) && $disp && @PMA_mysql_fetch_array($disp)) {
|
||||||
// f o r e i g n k e y s
|
// f o r e i g n k e y s
|
||||||
echo ' <select name="fields[]">' . "\n";
|
echo ' <select name="fields[]">' . "\n";
|
||||||
|
Reference in New Issue
Block a user