From: Mike Rylander Date: Mon, 23 May 2011 15:07:20 +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=3094fedd8aab0223868667d6a9d6ceaa824d2735;p=contrib%2FConifer.git 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 --- 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 34b1a38c9f..cd3d4b5d14 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; }