Changeset 4579
- Timestamp:
- 06/02/11 16:48:15 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.0.1/expressoMail1_2/inc/class.imap_functions.inc.php
r4578 r4579 3743 3743 foreach ($remove_share as $index=>$uid) 3744 3744 { 3745 if (is_array($mailboxes_list)) 3746 { 3747 foreach ($mailboxes_list as $key => $val) 3748 { 3749 $folder = str_replace($serverString, "", imap_utf7_decode($val->name)); 3750 imap_setacl ($mbox_stream, $folder, "$uid", ""); 3751 } 3752 } 3745 if (is_array($mailboxes_list)) 3746 { 3747 foreach ($mailboxes_list as $key => $val) 3748 { 3749 $folder = str_replace($serverString, "", imap_utf7_decode($val->name)); 3750 $folder = str_replace("&-", "&", $folder); 3751 imap_setacl ($mbox_stream, $folder, "$uid", ""); 3752 } 3753 } 3753 3754 } 3754 3755 }
Note: See TracChangeset
for help on using the changeset viewer.