Ignore:
Timestamp:
04/13/12 12:58:28 (12 years ago)
Author:
eduardow
Message:

Ticket #2619 - Corecao na falta de uids de participantes na interface de administracao de contas compartilhadas .

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/inc/class.shared_accounts.inc.php

    r5133 r5942  
    121121                        $return = $this->ldap_functions->get_shared_account_data($params); 
    122122                        $owners_acl = $this->imap_functions->getaclfrombox($params); 
     123                        $uid = $params['uid']; 
    123124                        $quota = $this->imap_functions->get_user_info($params['uid']); 
    124125                        $owner = $this->ldap_functions->uid2uidnumber($params['uid']); 
     
    139140                                        if( $uid ) 
    140141                                            $cn .= '(' . $uid . ')'; 
    141                                          
    142                                         $return['owners_options'] .= '<option value='. $key .'>' . $cn . '</option>'; 
     142 
     143                                        $return['owners_options'] .= '<option value='. $key .'>' . $cn . '</option>'; 
    143144                                        $return['owners'][$i] .= $key; 
    144145                                        $return['owners_acl'][$i] .= $value; 
     
    152153                                $return['owners_calendar_acl'] == false; 
    153154                        }                         
     155 
    154156 
    155157                        return $return; 
Note: See TracChangeset for help on using the changeset viewer.