[open-ils-commits] r8901 -
trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Mar 7 12:27:22 EST 2008
Author: miker
Date: 2008-03-07 11:54:43 -0500 (Fri, 07 Mar 2008)
New Revision: 8901
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm
Log:
remember kids, always execute your prepared queries before fetching from them
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm 2008-03-07 16:51:19 UTC (rev 8900)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/metabib.pm 2008-03-07 16:54:43 UTC (rev 8901)
@@ -2458,6 +2458,8 @@
);
SQL
+ $sth->execute;
+
my $recs = $sth->fetchall_arrayref({});
my $summary_row = pop @$recs;
More information about the open-ils-commits
mailing list