From: Jan Schneider Date: Tue, 15 Sep 2009 20:55:56 +0000 (+0200) Subject: Use a lock name that's different from mailbot's seen database name (Bug #8577). X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5a978e4ae04ac8ffa7b04046f91416d7aa347d01;p=horde.git Use a lock name that's different from mailbot's seen database name (Bug #8577). --- diff --git a/ingo/lib/Script/Maildrop.php b/ingo/lib/Script/Maildrop.php index 676f9454f..7882e5491 100644 --- a/ingo/lib/Script/Maildrop.php +++ b/ingo/lib/Script/Maildrop.php @@ -508,7 +508,7 @@ class Maildrop_Recipe { // Rule : Start/End of vacation if (($start != 0) && ($end !== 0)) { - $this->_action[] = ' flock "vacation.lock" {'; + $this->_action[] = ' flock "vacationprocess.lock" {'; $this->_action[] = ' current_time=time'; $this->_action[] = ' if ( \ '; $this->_action[] = ' ($current_time >= ' . $start . ') && \ ';