[open-ils-commits] [GIT] Evergreen ILS branch rel_1_6_2 updated. c4b5cb3c743dbb1e31ed0191a38258bdd4d8c167

Evergreen Git git at git.evergreen-ils.org
Mon May 23 11:16:31 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_2 has been updated
       via  c4b5cb3c743dbb1e31ed0191a38258bdd4d8c167 (commit)
      from  e823edef09799bcfa11ea34e3c51dd608af00a76 (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 c4b5cb3c743dbb1e31ed0191a38258bdd4d8c167
Author: Mike Rylander <mrylander at gmail.com>
Date:   Mon May 23 11:16:18 2011 -0400

    Revert "Wrap proximity refreshing in a transaction to avoid timespans where there is no such information"
    
    This reverts commit c2d79986e591c3ef592e7418410dbfdbe70ddcf7.
    
    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