summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1b507d1)
raw | patch | inline | side by side (parent: 1b507d1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 7 Feb 2006 12:53:02 +0000 (12:53 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 7 Feb 2006 12:53:02 +0000 (12:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2635 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/ogroups/tabs_ogroups.inc | patch | blob | history |
index 138d86e345fee5223f74c9d3c085d3a7c392a859..3e4979224223e031491792f994eac0145bb7e897 100644 (file)
unset($this->by_object['phonequeue']);
unset($this->by_name['phonequeue']);
}
-
/* Remove mail group if there is no user anymore */
- if((!preg_match("/U/",$objects))&&(isset($this->by_object['mailgroup']))){
- $this->by_object['mailgroup']->remove_from_parent();
- unset($this->by_object['mailgroup']);
- unset($this->by_name['mailgroup']);
+ if((!preg_match("/U/",$objects))&&(isset($this->by_object['mailogroup']))){
+ $this->by_object['mailogroup']->remove_from_parent();
+ unset($this->by_object['mailogroup']);
+ unset($this->by_name['mailogroup']);
}
/* Remove terminal group, if theres no terminal left in the object list */