[open-ils-commits] r16973 - trunk/Open-ILS/src/perlmods/OpenILS/Application (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Jul 18 10:44:21 EDT 2010
Author: miker
Date: 2010-07-18 10:44:18 -0400 (Sun, 18 Jul 2010)
New Revision: 16973
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
Log:
put the null return back, in case that is important on the client side
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm 2010-07-18 00:21:09 UTC (rev 16972)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm 2010-07-18 14:44:18 UTC (rev 16973)
@@ -790,7 +790,8 @@
$e->rollback;
}
- return {total => $total, progress => $count};
+ $conn->respond({total => $total, progress => $count});
+ return undef;
}
More information about the open-ils-commits
mailing list