From: hickert Date: Tue, 8 Nov 2005 09:18:00 +0000 (+0000) Subject: Fixed new in information line X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b7e9acf306ae0caa2d8111d6bfb00a577fbf958f;p=gosa.git Fixed new in information line git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1866 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/TODO b/TODO index 6002655c4..68417e506 100644 --- a/TODO +++ b/TODO @@ -13,8 +13,6 @@ Things to fix before 2.4: * Check for Nagios and Übernahme gruppe before showing these options in group dialog -* "New" in conference indicator DN? - Target for 2.5: =============== diff --git a/plugins/gofon/conference/class_phoneConferenceManagment.inc b/plugins/gofon/conference/class_phoneConferenceManagment.inc index 68c9d2129..8e61a5e13 100644 --- a/plugins/gofon/conference/class_phoneConferenceManagment.inc +++ b/plugins/gofon/conference/class_phoneConferenceManagment.inc @@ -229,7 +229,7 @@ class phoneConferenceManagment extends plugin $this->acl= get_permissions ($this->conftab->dn, $this->ui->subtreeACL); $this->conftab->set_acl($this->acl); $this->conftab->set_acl(array(':all')); - $_SESSION['objectinfo']= $this->dn; + unset($_SESSION['objectinfo']);// } /* Edit finished, check and save changes */