Piotr Labudda 11 лет назад
Родитель
Сommit
0f64da1fc6
2 измененных файлов с 2 добавлено и 2 удалено
  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);
 
 	$params = array();
-//	$params['limit'] = 0;
+	$params['limit'] = $exportLimit;
 //	$params['limitstart'] = 0;
 	$params['order_by'] = ($currSortCol)? $currSortCol : '';
 	$params['order_dir'] = $currSortFlip;