summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: df1f0e6)
raw | patch | inline | side by side (parent: df1f0e6)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 24 Oct 2005 08:48:22 +0000 (08:48 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 24 Oct 2005 08:48:22 +0000 (08:48 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1669 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_mail-methods-cyrus.inc | patch | blob | history |
index 4c77b2f77b76242d097f7cfa3c94d8c17b57d87b..6448e94bd5ade42f29726c4267eaf738bc258c69 100644 (file)
if (function_exists('imap_getacl')){
/* Remove all acl's for this folder */
- $users= imap_getacl ($this->mbox, $subfolder);
+ $users= @imap_getacl ($this->mbox, $subfolder);
foreach ($users as $userid => $perms){
imap_setacl ($this->mbox, $subfolder, $userid, "");
}