Code

Some chnages
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 May 2006 11:03:50 +0000 (11:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 May 2006 11:03:50 +0000 (11:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3390 594d385d-05f5-0310-b6e9-bd551577e9d8

TODO
plugins/admin/groups/class_groupManagement.inc

diff --git a/TODO b/TODO
index 7a863056f61057088a6069fcc412f9a3a40afc9f..4d2486cf1341a1a5f657c57d20b2492fffa4e1ba 100644 (file)
--- a/TODO
+++ b/TODO
@@ -24,9 +24,6 @@ Target for 2.4.1:
 * Change FAIstate when triggering actions
   (install, sysinfo, softupdate)
 
-* Add another tab to ogroups when workstations are included
-  (generic settings include ntp, syslog, mode and action)
-
 * Fix DNS plugin
 
 * Move from "default" to translated "inherited" (TC, WS and Servers)
index 52b4579330edb6012f00bdc4e71e2974b1c050d1..fa15aabc6e9f7f1a1036571377e4f94d666b8e32 100644 (file)
@@ -381,10 +381,6 @@ class groupManagement extends plugin
       $filter.= "(objectClass=gosaMailAccount)";
     }
 
-    /*
-       #FIXME Why is "sfilter" or "filter" set ?
-        Please verify && add comment 
-     */
     $sfilter= "";
     if ($this->config->current['SAMBAVERSION'] == 3){
       if (!$ShowPrimaryGroups){