From: Mike Rylander Date: Mon, 23 May 2011 15:06:51 +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=6c08984679fefb672a6dd0f14e937db60a006db2;p=evergreen%2Ftadl.git 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 --- 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 75152cea79..1cb3dce467 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; }