Browse Source

Removed ALL limits on collections

pull/73/head
Alan Stanley 13 years ago
parent
commit
43a85cf89c
  1. 2
      CollectionClass.inc

2
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;

Loading…
Cancel
Save