Code

Skipp adding removed.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Feb 2008 14:39:18 +0000 (14:39 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 11 Feb 2008 14:39:18 +0000 (14:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8829 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/groups/apps/class_groupApplication2.inc

index bf9777f5772092a298860a38d2599a3454bc135e..736c591d74fa78e3435dfeab1badbe0476fb2979 100644 (file)
@@ -758,6 +758,11 @@ class appgroup2 extends plugin
   {
     $all = $this->_get_all_entries();
 
+    /* Do not add removed */
+    if($entry['STATUS'] == "REMOVED"){
+      return;
+    }
+
     if(isset($all[$folder_id])){
 
       $folder  = &$all[$folder_id];