From: miker Date: Wed, 15 Sep 2010 20:33:53 +0000 (+0000) Subject: Need to start the arrayref out right X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0732fb67c6f55d2d8ebbd4097add8807f433e120;p=evergreen%2Fbjwebb.git Need to start the arrayref out right git-svn-id: svn://svn.open-ils.org/ILS/trunk@17710 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Search/Serial.pm b/Open-ILS/src/perlmods/OpenILS/Application/Search/Serial.pm index cd1d48afe..06d2f6382 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Search/Serial.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Search/Serial.pm @@ -112,7 +112,7 @@ Given a bib record ID, returns a hash of holdings statements sub bib_to_svr { my ($self, $client, $bib) = @_; - my $svrs; + my $svrs = []; my $e = OpenILS::Utils::CStoreEditor->new(); # TODO: 'deleted' ssub support