Display field is set as the defualt selected item in the datalabel select element

This commit is contained in:
Ammar Yasir 2011-07-15 19:39:42 +05:30
parent 36ec09e6cc
commit 1ce7ea6fb0

View File

@ -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);
?>