From 43a85cf89ccfff167c1d7d9bc7eba3e6537ec313 Mon Sep 17 00:00:00 2001 From: Alan Stanley Date: Mon, 13 Feb 2012 17:07:19 -0400 Subject: [PATCH] Removed ALL limits on collections --- CollectionClass.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CollectionClass.inc b/CollectionClass.inc index ce3aafff..cb49c909 100644 --- a/CollectionClass.inc +++ b/CollectionClass.inc @@ -68,7 +68,7 @@ class CollectionClass { module_load_include('inc', 'fedora_repository', 'ObjectHelper'); module_load_include('inc', 'fedora_repository', 'api/fedora_utils'); if (!isset($limit)) { - $limit = 10000; + $limit = null; } if (!isset($offset)) { $offset = 0;