Browse Source

remove testing line

pull/74/head
Alan Stanley 13 years ago
parent
commit
2d353855c3
  1. 3
      CollectionClass.inc

3
CollectionClass.inc

@ -67,9 +67,6 @@ class CollectionClass {
function getRelatedItems($pid, $itqlquery = NULL, $limit = NULL, $offset = NULL) {
module_load_include('inc', 'fedora_repository', 'ObjectHelper');
module_load_include('inc', 'fedora_repository', 'api/fedora_utils');
if (!isset($limit)) {
$limit = null;
}
if (!isset($offset)) {
$offset = 0;
}

Loading…
Cancel
Save