[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 5038b9aed39a3b6cd2e58c35c700c45a06b3559f

Evergreen Git git at git.evergreen-ils.org
Mon May 23 11:14:43 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_2_1 has been updated
       via  5038b9aed39a3b6cd2e58c35c700c45a06b3559f (commit)
       via  6c08984679fefb672a6dd0f14e937db60a006db2 (commit)
      from  6a724738d90bebad91174ec57de1a8b55241bdc9 (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 5038b9aed39a3b6cd2e58c35c700c45a06b3559f
Merge: 6c08984 6a72473
Author: Mike Rylander <mrylander at gmail.com>
Date:   Mon May 23 11:14:31 2011 -0400

    Merge branch 'rel_2_1' of git.evergreen-ils.org:Evergreen into rel_2_1


commit 6c08984679fefb672a6dd0f14e937db60a006db2
Author: Mike Rylander <mrylander at gmail.com>
Date:   Mon May 23 11:06:51 2011 -0400

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

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/actor.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/actor.pm
index 75152ce..1cb3dce 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/actor.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/actor.pm
@@ -197,10 +197,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