summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 913138d)
raw | patch | inline | side by side (parent: 913138d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 11 Feb 2008 14:39:18 +0000 (14:39 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/groups/apps/class_groupApplication2.inc b/gosa-plugins/goto/admin/groups/apps/class_groupApplication2.inc
index bf9777f5772092a298860a38d2599a3454bc135e..736c591d74fa78e3435dfeab1badbe0476fb2979 100644 (file)
{
$all = $this->_get_all_entries();
+ /* Do not add removed */
+ if($entry['STATUS'] == "REMOVED"){
+ return;
+ }
+
if(isset($all[$folder_id])){
$folder = &$all[$folder_id];