summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 54f8c6a)
raw | patch | inline | side by side (parent: 54f8c6a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 22 Nov 2007 13:14:23 +0000 (13:14 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 22 Nov 2007 13:14:23 +0000 (13:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7856 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupMail.inc | patch | blob | history |
index 395be54404ee860e45916ce661b7924f17e0421e..edde1af9411fabee4e29d35906e97df24c55fa2b 100644 (file)
/* Add ACL? */
if (isset($_POST["add_acl"])){
$this->imapacl[""]= "lrsw";
+ $this->indexed_user[] = "";
}
foreach ($this->indexed_user as $nr => $user){
if (isset($_POST["del_$nr"])){
$this->is_modified= TRUE;
}
$this->imapacl[$_POST["user_$nr"]]= $_POST["perm_$nr"];
+ $this->indexed_user[$nr] = $_POST["user_$nr"];
}
}
}