From 67b06978bf340cc5acfab2cf771b681c10358554 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 9 Oct 2002 13:15:33 +0000 Subject: [PATCH] drop-downs not working --- ChangeLog | 5 +++++ libraries/get_foreign.lib.php3 | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c58483ab59..ffda9f8e71 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-10-09 Marc Delisle + * 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 * ### 2.3.2 released ### diff --git a/libraries/get_foreign.lib.php3 b/libraries/get_foreign.lib.php3 index c894ea1031..0ce6ddc862 100755 --- a/libraries/get_foreign.lib.php3 +++ b/libraries/get_foreign.lib.php3 @@ -7,9 +7,9 @@ * Thanks to */ - -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__ ?>