summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0800653)
raw | patch | inline | side by side (parent: 0800653)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 15 Sep 2006 07:38:00 +0000 (07:38 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 15 Sep 2006 07:38:00 +0000 (07:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4679 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/connectivity/class_connectivity.inc | patch | blob | history |
diff --git a/plugins/personal/connectivity/class_connectivity.inc b/plugins/personal/connectivity/class_connectivity.inc
index c0690c1cde3cc3bc65be1f3c96ccdb5202141fd3..bb705259c9f4bc593d2962e1d31d18eb4c8533f6 100644 (file)
$this->plugin[$name]->dn= $this->dn;
if ($this->plugin[$name]->is_account){
$this->plugin[$name]->save();
- $this->plugin[$name]->postcreate();
} else {
$this->plugin[$name]->remove_from_parent();
- $this->plugin[$name]->postremove();
}
}
}
foreach ($this->plugin_name as $name){
$this->plugin[$name]->dn= $this->dn;
$this->plugin[$name]->remove_from_parent();
- $this->plugin[$name]->postremove();
}
}