Kaynağa Gözat

TablaAjax Export fix limit

Piotr Labudda 11 yıl önce
ebeveyn
işleme
0f64da1fc6
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      SE/VERSION
  2. 1 1
      SE/superedit-VIEWTABLE_AJAX_EXPORT.php

+ 1 - 1
SE/VERSION

@@ -1 +1 @@
-3.9.9-3
+3.9.9-4

+ 1 - 1
SE/superedit-VIEWTABLE_AJAX_EXPORT.php

@@ -55,7 +55,7 @@ function VIEWTABLE_AJAX_EXPORT() {
 	$currSortFlip = V::get('sortDir', '', $args);
 	$currSortFlip = V::get('sortDir', '', $args);
 
 
 	$params = array();
 	$params = array();
-//	$params['limit'] = 0;
+	$params['limit'] = $exportLimit;
 //	$params['limitstart'] = 0;
 //	$params['limitstart'] = 0;
 	$params['order_by'] = ($currSortCol)? $currSortCol : '';
 	$params['order_by'] = ($currSortCol)? $currSortCol : '';
 	$params['order_dir'] = $currSortFlip;
 	$params['order_dir'] = $currSortFlip;