Browse Source

Merge pull request #73 from ajstanley/6.x

Removed ALL limits on collections
pull/74/merge
Ben Woodhead 13 years ago
parent
commit
dc304bf43a
  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