[open-ils-commits] [GIT] Evergreen ILS branch rel_1_6 updated. eb67809723b056308a8f7491966866d5885545cc

Evergreen Git git at git.evergreen-ils.org
Mon May 23 11:13:44 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 has been updated
       via  eb67809723b056308a8f7491966866d5885545cc (commit)
      from  49d240fcb33ebea95c06bb2ae62689a10a261fd7 (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 eb67809723b056308a8f7491966866d5885545cc
Author: Mike Rylander <mrylander at gmail.com>
Date:   Mon May 23 11:09:41 2011 -0400

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