From 1aec9794c3d5596102515a187d1aaa5af40bd9c1 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 10 Dec 2010 19:50:17 +0000 Subject: [PATCH] Patch from James Fournie to remove a confusing (though strictly correct) comment git-svn-id: svn://svn.open-ils.org/ILS/trunk@18973 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Actor.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm index bb33e89058..fa75db451c 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm @@ -2055,7 +2055,6 @@ sub user_transaction_history { $filter ||= {}; $options ||= {}; - # run inside of a transaction to prevent replication delays my $e = new_editor(authtoken=>$auth); return $e->die_event unless $e->checkauth; -- 2.11.0