From 1ce7ea6fb0180722ffadd056b565f63eaf215d4f Mon Sep 17 00:00:00 2001 From: Ammar Yasir Date: Fri, 15 Jul 2011 19:39:42 +0530 Subject: [PATCH] Display field is set as the defualt selected item in the datalabel select element --- tbl_zoom_select.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php index 716abfdf6f..93dd2d2596 100644 --- a/tbl_zoom_select.php +++ b/tbl_zoom_select.php @@ -66,7 +66,8 @@ $titles['Browse'] = PMA_tbl_setTitle($GLOBALS['cfg']['PropertiesIconic'], $pmaTh $foreigners = PMA_getForeigners($db, $table); $flag = 1; $tbl_fields_type = $tbl_fields_collation = $tbl_fields_null = array(); - $maxPlotlLimit = $GLOBALS['cfg']['maxRowPlotLimit']; + $maxPlotlLimit = $GLOBALS['cfg']['maxRowPlotLimit']; + $dataLabel = PMA_getDisplayField($db,$table); ?>