From 4f4ab7dc6951ad3537c9e3578cf0601effa4c688 Mon Sep 17 00:00:00 2001 From: Ammar Yasir Date: Sun, 21 Aug 2011 10:47:20 +0530 Subject: [PATCH] Fixed: 'Browse foreign values' not working properly --- libraries/tbl_select.lib.php | 4 ++-- tbl_zoom_select.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/tbl_select.lib.php b/libraries/tbl_select.lib.php index 755322ec4f..07c5883e2e 100644 --- a/libraries/tbl_select.lib.php +++ b/libraries/tbl_select.lib.php @@ -179,12 +179,12 @@ function PMA_getForeignFields_Values($foreigners, $foreignData, $field, $tbl_fie } elseif ($foreignData['foreign_link'] == true) { if(isset($fields[$i]) && is_string($fields[$i])){ - $str .= '' ; } else{ - $str .= '' ; } diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php index 518121d95a..a565768a31 100644 --- a/tbl_zoom_select.php +++ b/tbl_zoom_select.php @@ -127,7 +127,7 @@ if(isset($inputs) && ($inputs[0] != 'pma_null' || $inputs[1] != 'pma_null')) */ ?> -
> +> -- 2.11.4.GIT