diff options
author | arron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2011-03-11 18:14:12 +0000 |
---|---|---|
committer | arron.woods <arron.woods@deae1e92-32f9-c189-e222-5b9b5081a27a> | 2011-03-11 18:14:12 +0000 |
commit | 8fbc17b817a432d985c5e2976218d98c56c05845 (patch) | |
tree | c2e8d870ea6c1e2683b0a38912cd548a4075ade7 /library/SSRS/Object | |
parent | 12645bd58af7053ea192ee30f453c0a94f05a211 (diff) | |
download | php-ssrs-8fbc17b817a432d985c5e2976218d98c56c05845.zip php-ssrs-8fbc17b817a432d985c5e2976218d98c56c05845.tar.gz php-ssrs-8fbc17b817a432d985c5e2976218d98c56c05845.tar.bz2 |
NTLM Curl tests for HTTP_CODE 200
Diffstat (limited to 'library/SSRS/Object')
-rwxr-xr-x | library/SSRS/Object/CatalogItems.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/library/SSRS/Object/CatalogItems.php b/library/SSRS/Object/CatalogItems.php index c68a964..ac16f77 100755 --- a/library/SSRS/Object/CatalogItems.php +++ b/library/SSRS/Object/CatalogItems.php @@ -5,6 +5,9 @@ * * @author arron */ + +require_once('ArrayIterator.php'); + class SSRS_Object_CatalogItems extends SSRS_Object_ArrayIterator { public $iteratorKey = 'CatalogItems'; |