summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 675a9b9)
raw | patch | inline | side by side (parent: 675a9b9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Feb 2006 11:20:32 +0000 (11:20 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Feb 2006 11:20:32 +0000 (11:20 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2727 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupManagement.inc | patch | blob | history |
diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc
index 4cab80fcf75b03f9c969048c8c7c071ddb7d2d89..1bcece131b5f9c7b6d43a8f0ff91b42716b083d0 100644 (file)
$s_action="root";
}elseif(preg_match("/_group_edit_/",$key)){
$type = preg_replace("/_group_edit_.*$/","",$key);
- echo $type;
$s_action="edit";
$s_entry = preg_replace("/".$type."_group_edit_/i","",$key);
$_POST['arg'] = $type;