Code

Fixed new in information line
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 Nov 2005 09:18:00 +0000 (09:18 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 Nov 2005 09:18:00 +0000 (09:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1866 594d385d-05f5-0310-b6e9-bd551577e9d8

TODO
plugins/gofon/conference/class_phoneConferenceManagment.inc

diff --git a/TODO b/TODO
index 6002655c40cc6f2044dd8fec856bb8e23b68da43..68417e5066b9a8dc87c7e18b0f7b449deeeb5db9 100644 (file)
--- 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:
 ===============
index 68c9d21297013e187463d453c81d310077655c66..8e61a5e130685218d7fc91e03e7c1e85ccbe7a35 100644 (file)
@@ -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 */