Ignore:
Timestamp:
10/08/13 16:20:46 (11 years ago)
Author:
douglas
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final 2.5.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/expressoAdmin1_2/inc/class.imap_functions.inc.php

    r7769 r8232  
    278278        function getaclfrombox($params) 
    279279        { 
    280                 $boxacl = $params['uid']; 
    281                  
    282                 $return = array();       
     280        $boxacl = imap_utf7_encode($params['uid']); 
     281 
     282                $return = array(); 
    283283                 
    284284                $mbox_acl = imap_getacl($this->imap, "user" . $this->imapDelimiter . $boxacl); 
Note: See TracChangeset for help on using the changeset viewer.