summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 176bd18)
raw | patch | inline | side by side (parent: 176bd18)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Jun 2006 06:50:29 +0000 (06:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 30 Jun 2006 06:50:29 +0000 (06:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4008 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/ogroups/tabs_ogroups.inc | patch | blob | history |
index d39e9d3bae2d35766f5832522dc6d191f6e4efad..5364185c103d5721f84fbe6f5fef697ca0bfc9dd 100644 (file)
function execute(){
$str = "";
- /* Call parent execute */
- plugin::execute();
-
$this->by_object['ogroup']->AddDelMembership();
$this->reload($this->by_object['ogroup']->gosaGroupObjects);
$str .= tabs::execute();