[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 815a18adec67b4c641bb63015df93c4ed1979ac0
Evergreen Git
git at git.evergreen-ils.org
Mon May 23 11:14:17 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_0 has been updated
via 815a18adec67b4c641bb63015df93c4ed1979ac0 (commit)
via 3094fedd8aab0223868667d6a9d6ceaa824d2735 (commit)
from 7366f5a1d9eb1b46fa11aecd0ff82edd4bee45a6 (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 815a18adec67b4c641bb63015df93c4ed1979ac0
Merge: 3094fed 7366f5a
Author: Mike Rylander <mrylander at gmail.com>
Date: Mon May 23 11:14:02 2011 -0400
Merge branch 'rel_2_0' of git.evergreen-ils.org:Evergreen into rel_2_0
commit 3094fedd8aab0223868667d6a9d6ceaa824d2735
Author: Mike Rylander <mrylander at gmail.com>
Date: Mon May 23 11:07:20 2011 -0400
Revert "Wrap proximity refreshing in a transaction to avoid timespans where there is no such information"
This reverts commit 85b522e155283010f8e58f51c78afc119ab3d813.
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 34b1a38..cd3d4b5 100644
--- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm
+++ b/Open-ILS/src/perlmods/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