Explorar o código

TablaAjax Export fix limit

Piotr Labudda %!s(int64=11) %!d(string=hai) anos
pai
achega
0f64da1fc6
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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;