From 2d353855c3fbe79228ad7b8bc163f5c68672f0c9 Mon Sep 17 00:00:00 2001 From: Alan Stanley Date: Mon, 13 Feb 2012 20:05:18 -0400 Subject: [PATCH] remove testing line --- CollectionClass.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/CollectionClass.inc b/CollectionClass.inc index cb49c909..35d9a0ca 100644 --- a/CollectionClass.inc +++ b/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; }