Browse Source

Merge 43a85cf89c into 762801e988

pull/73/merge
GitHub Merge Button 13 years ago
parent
commit
8936154f72
  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