Display field is set as the defualt selected item in the datalabel select element
This commit is contained in:
parent
36ec09e6cc
commit
1ce7ea6fb0
@ -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);
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user