summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3925d24)
raw | patch | inline | side by side (parent: 3925d24)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 2 Jun 2005 12:18:55 +0000 (12:18 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 2 Jun 2005 12:18:55 +0000 (12:18 +0000) |
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 080f38a6b186ba2a3d69bcb8cb5d11907f3b1b71..43b7497a6966190f8a5f7c669f15241a940cea7e 100644 (file)
{
/* Save data */
$groupfilter= get_global("groupfilter");
- if (isset($_POST['ignore'])){
+ if (!isset($this->grouptab)){
foreach( array("depselect", "guser", "regex") as $type){
if (isset($_POST[$type])){
$groupfilter[$type]= $_POST[$type];