drop-downs not working

This commit is contained in:
Marc Delisle 2002-10-09 13:15:33 +00:00
parent 618c98caaf
commit 67b06978bf
2 changed files with 9 additions and 4 deletions

View File

@ -5,6 +5,11 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-10-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/get_foreign.lib.php3, there are no functions
in this file that need to be protected from being defined
twice. The added code introduced a bug
2002-10-08 Marc Delisle <lem9@users.sourceforge.net>
* ### 2.3.2 released ###

View File

@ -7,9 +7,9 @@
* Thanks to <markus@noga.de>
*/
if (!defined('PMA_GET_FOREIGN_LIB_INCLUDED')) {
define('PMA_GET_FOREIGN_LIB_INCLUDED', 1);
// lem9
//if (!defined('PMA_GET_FOREIGN_LIB_INCLUDED')) {
// define('PMA_GET_FOREIGN_LIB_INCLUDED', 1);
// lem9: we always show the foreign field in the drop-down; if a display
// field is defined, we show it besides the foreign field
@ -42,5 +42,5 @@ if (!defined('PMA_GET_FOREIGN_LIB_INCLUDED')) {
}
} // end if $foreigners
} // $__PMA_GET_FOREIGN_LIB_INCLUDED__
//} // $__PMA_GET_FOREIGN_LIB_INCLUDED__
?>