[open-ils-commits] r17710 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Search (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Sep 15 16:33:59 EDT 2010
Author: miker
Date: 2010-09-15 16:33:53 -0400 (Wed, 15 Sep 2010)
New Revision: 17710
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Serial.pm
Log:
Need to start the arrayref out right
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Serial.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Serial.pm 2010-09-15 20:14:51 UTC (rev 17709)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/Serial.pm 2010-09-15 20:33:53 UTC (rev 17710)
@@ -112,7 +112,7 @@
sub bib_to_svr {
my ($self, $client, $bib) = @_;
- my $svrs;
+ my $svrs = [];
my $e = OpenILS::Utils::CStoreEditor->new();
# TODO: 'deleted' ssub support
More information about the open-ils-commits
mailing list