Changeset 4579 for branches/2.2.0.1


Ignore:
Timestamp:
06/02/11 16:48:15 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Corrigido o descompartilhamento com pastas acentuadas. r4575

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/expressoMail1_2/inc/class.imap_functions.inc.php

    r4578 r4579  
    37433743                        foreach ($remove_share as $index=>$uid) 
    37443744                        { 
    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                            } 
    37533754                        } 
    37543755                } 
Note: See TracChangeset for help on using the changeset viewer.