diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php index 6bc5d6016c..8955eecbc3 100644 --- a/tbl_zoom_select.php +++ b/tbl_zoom_select.php @@ -66,7 +66,6 @@ $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']; if(!isset($zoom_submit) && !isset($inputs)) $dataLabel = PMA_getDisplayField($db,$table); @@ -256,7 +255,7 @@ for($i = 0 ; $i < 4 ; $i++){ $dataLabel = PMA_getDisplayField($db,$table); } ?> - +
+ + + + +
        
+ +
@@ -318,7 +327,7 @@ if(isset($zoom_submit) && $inputs[0] != __('pma_null') && $inputs[1] != __('pma_ if ($w) { $sql_query .= ' WHERE ' . implode(' AND ', $w); } - $sql_query .= ' LIMIT ' . $maxPlotlLimit; + $sql_query .= ' LIMIT ' . $maxPlotLimit; /* * Query execution part