From a97acfb5dc50de40f665e28d4ef57be7393dcc88 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 4 Dec 2007 09:58:22 +0000 Subject: [PATCH] fixed conference saving. Conferences were saved twice. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7997 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/conference/class_phoneConferenceManagment.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/gofon/conference/class_phoneConferenceManagment.inc b/plugins/gofon/conference/class_phoneConferenceManagment.inc index 2dadfabd2..023e52e36 100644 --- a/plugins/gofon/conference/class_phoneConferenceManagment.inc +++ b/plugins/gofon/conference/class_phoneConferenceManagment.inc @@ -337,8 +337,10 @@ class phoneConferenceManagment extends plugin if (count($message) == 0){ if($this->conftab->save() == 1){ + gosa_log ("goFonConference object '".$this->dn."' saving failed."); return; } + gosa_log ("goFonConference object '".$this->dn."' has been saved"); if (!isset($_POST['edit_apply'])){ if ($this->dn != "new"){ @@ -346,7 +348,6 @@ class phoneConferenceManagment extends plugin } } - $this->conftab->save (); del_lock ($this->conftab->dn);; unset ($this->conftab); $this->conftab= NULL; -- 2.30.2