summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67503ab)
raw | patch | inline | side by side (parent: 67503ab)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Feb 2006 09:24:23 +0000 (09:24 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Feb 2006 09:24:23 +0000 (09:24 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2720 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_systemManagement.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc
index 7bcd1722593c32caa71dc009aea3e478f63e7e91..66ff41e5c5a1ed98a61c6c71655169110a6df1ad 100644 (file)
/* Call parent execute */
plugin::execute();
+ $_SESSION['LOCK_VARS_TO_USE'] = array("/^user_edit_/i","/^user_del_/","/^act/","/^id/");
+
/********************
Filter handling, check posted filter options and store them in our Session obejct
********************/