[open-ils-commits] [GIT] Evergreen ILS branch master updated. 598d111851cbf03c73e6bef7633c1ca13bd72276
Evergreen Git
git at git.evergreen-ils.org
Mon May 23 11:14:58 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, master has been updated
via 598d111851cbf03c73e6bef7633c1ca13bd72276 (commit)
via 9a7fab03f20db0f46e467fa6f867349ea515864d (commit)
from 25ac4d46eb2c61d82f3ab0a34813140fd27d2679 (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 598d111851cbf03c73e6bef7633c1ca13bd72276
Merge: 9a7fab0 25ac4d4
Author: Mike Rylander <mrylander at gmail.com>
Date: Mon May 23 11:14:41 2011 -0400
Merge branch 'master' of git.evergreen-ils.org:Evergreen
commit 9a7fab03f20db0f46e467fa6f867349ea515864d
Author: Mike Rylander <mrylander at gmail.com>
Date: Mon May 23 11:02:56 2011 -0400
Revert "Wrap proximity refreshing in a transaction to avoid timespans where there is no such information"
This reverts commit fbfb74639cc2628fb90e56f7dbd0d364e0b7e386.
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