summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3b025e5)
raw | patch | inline | side by side (parent: 3b025e5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 7 Dec 2006 04:55:28 +0000 (04:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 7 Dec 2006 04:55:28 +0000 (04:55 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5329 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 c4c5fc799416f8d718a6688c67b478bfab29c833..013fd65561d0d26896308161063b33ce65c568b6 100644 (file)
// Post for new
}elseif(preg_match("/^group_new.*/",$key)){
$s_action="new";
- }elseif(preg_match("/^group_tplnew.*/i",$key)){
- $s_action="new_tpl";
- }elseif(preg_match("/^group_chgpw.*/i",$key)){
- $s_action="change_pw";
- $s_entry = preg_replace("/group_chgpw_/i","",$key);
}elseif(preg_match("/^editPaste.*/i",$key)){
$s_action="editPaste";
}elseif(preg_match("/^copy_.*/",$key)){