You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2015/06/03 00:33:36 UTC

[2/2] airavata-php-gateway git commit: Setting Pagination Count to 10

Setting Pagination Count to 10


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/1228ebd8
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/1228ebd8
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/1228ebd8

Branch: refs/heads/master
Commit: 1228ebd89d9fcdd906dfe01af04ab0048dec5edf
Parents: e3cb377
Author: Supun Nakandala <sc...@apache.org>
Authored: Wed Jun 3 04:03:12 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Wed Jun 3 04:03:12 2015 +0530

----------------------------------------------------------------------
 app/controllers/ExperimentController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/1228ebd8/app/controllers/ExperimentController.php
----------------------------------------------------------------------
diff --git a/app/controllers/ExperimentController.php b/app/controllers/ExperimentController.php
index 08a3054..cb2c1f3 100755
--- a/app/controllers/ExperimentController.php
+++ b/app/controllers/ExperimentController.php
@@ -6,7 +6,7 @@ class ExperimentController extends BaseController {
      * Limit used in fetching paginated results
      * @var int
      */
-    var $limit = 20;
+    var $limit = 10;
 
 	/**
 	*    Instantiate a new ExperimentController Instance