summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c89d306)
raw | patch | inline | side by side (parent: c89d306)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Feb 2006 10:51:29 +0000 (10:51 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Feb 2006 10:51:29 +0000 (10:51 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2724 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 01e7899afcb6917e6795d4d90306b9b63eded652..45238bdc33215e6dd7d53e06e6bd8bb56d34c2b1 100644 (file)
/* Call parent execute */
plugin::execute();
+ $_SESSION['LOCK_VARS_TO_USE'] = array("/^act$/","/^id$/","/^group_edit_/","/^group_del_/");
+
/* Save data */
$groupfilter= get_global("groupfilter");
$s_action = "";