summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 561015a)
raw | patch | inline | side by side (parent: 561015a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Dec 2007 09:58:22 +0000 (09:58 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Dec 2007 09:58:22 +0000 (09:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7997 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/conference/class_phoneConferenceManagment.inc | patch | blob | history |
diff --git a/plugins/gofon/conference/class_phoneConferenceManagment.inc b/plugins/gofon/conference/class_phoneConferenceManagment.inc
index 2dadfabd221475c08922b2e414a82d3bbca9d26a..023e52e36680e1bfd3d3125590ca696784915b74 100644 (file)
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"){
}
}
- $this->conftab->save ();
del_lock ($this->conftab->dn);;
unset ($this->conftab);
$this->conftab= NULL;