[open-ils-commits] [GIT] Evergreen ILS branch rel_1_6_1 updated. 5cb83583570ddd846cd4063bdf7e89677ff22fbd

Evergreen Git git at git.evergreen-ils.org
Mon May 23 11:13:16 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_1_6_1 has been updated
       via  5cb83583570ddd846cd4063bdf7e89677ff22fbd (commit)
      from  2e07b250c764a5db6f2d2a4316136440b1b78960 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5cb83583570ddd846cd4063bdf7e89677ff22fbd
Author: Mike Rylander <mrylander at gmail.com>
Date:   Mon May 23 11:10:08 2011 -0400

    Revert "Wrap proximity refreshing in a transaction to avoid timespans where there is no such information"
    
    This reverts commit 2e07b250c764a5db6f2d2a4316136440b1b78960.
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm
index d27e6a8..343eae6 100644
--- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm
+++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm
@@ -196,10 +196,8 @@ sub calc_proximity {
 				actor.org_unit r;
 	SQL
 
-	$self->method_lookup('open-ils.storage.transaction.begin')->run;
 	actor::org_unit_proximity->db_Main->do($delete_sql);
 	actor::org_unit_proximity->db_Main->do($insert_sql);
-	$self->method_lookup('open-ils.storage.transaction.commit')->run;
 
 	return 1;
 }

-----------------------------------------------------------------------

Summary of changes:
 .../OpenILS/Application/Storage/Publisher/actor.pm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list