[open-ils-commits] r18973 - trunk/Open-ILS/src/perlmods/OpenILS/Application (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Dec 10 14:50:21 EST 2010
Author: miker
Date: 2010-12-10 14:50:17 -0500 (Fri, 10 Dec 2010)
New Revision: 18973
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
Log:
Patch from James Fournie to remove a confusing (though strictly correct) comment
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm 2010-12-10 18:40:45 UTC (rev 18972)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm 2010-12-10 19:50:17 UTC (rev 18973)
@@ -2055,7 +2055,6 @@
$filter ||= {};
$options ||= {};
- # run inside of a transaction to prevent replication delays
my $e = new_editor(authtoken=>$auth);
return $e->die_event unless $e->checkauth;
More information about the open-ils-commits
mailing list