From: Mike Rylander Date: Mon, 23 May 2011 15:16:18 +0000 (-0400) Subject: Revert "Wrap proximity refreshing in a transaction to avoid timespans where there... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c4b5cb3c743dbb1e31ed0191a38258bdd4d8c167;p=Evergreen.git 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 --- 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 d27e6a82de..343eae6530 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; }