summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1490829)
raw | patch | inline | side by side (parent: 1490829)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 18 Apr 2007 13:01:27 +0000 (13:01 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 18 Apr 2007 13:01:27 +0000 (13:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6089 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/ogroups/class_ogroupManagement.inc | patch | blob | history |
diff --git a/plugins/admin/ogroups/class_ogroupManagement.inc b/plugins/admin/ogroups/class_ogroupManagement.inc
index 4f4317233f6c95f2afdd5808c064480a3db835c6..6cc45def4167af2132bf25b15ed84cfa3dc88e95 100644 (file)
}
-
-
-
-
-
/********************
Delete MULTIPLE entries requested, display confirm dialog
********************/
/* Delete request is permitted, perform LDAP action */
$this->ogroup= new ogrouptabs($this->config,$this->config->data['TABS']['OGROUPTABS'], $dn);
$this->ogroup->delete ();
- gosa_log ("Object group'".$this->dn."' has been removed");
+ gosa_log ("Object group'".$dn."' has been removed");
unset ($this->ogroup);
$this->ogroup= NULL;
} else {