summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae742c8)
raw | patch | inline | side by side (parent: ae742c8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 22 May 2007 08:17:52 +0000 (08:17 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 22 May 2007 08:17:52 +0000 (08:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6431 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupApplication.inc | patch | blob | history |
diff --git a/plugins/admin/groups/class_groupApplication.inc b/plugins/admin/groups/class_groupApplication.inc
index 2aa2e1aed4dd6e8ffa18f2bfda669ae9c4a58f8a..da3a3a4137129866f02442f21f3d19810abb7279 100644 (file)
function remove_from_parent()
{
+ if(!$this->initially_was_account){
+ return;
+ }
+
plugin::remove_from_parent();
$ldap= $this->config->get_ldap_link();