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