Ignore:
Timestamp:
03/01/13 18:30:00 (11 years ago)
Author:
douglas
Message:

Ticket #3365 - Administracao de uma conta compartilhada exibindo dados incorretos

File:
1 edited

Legend:

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

    r7769 r7943  
    141141                                         
    142142                                        if( $uid ) 
    143                                             $cn .= '(' . $uid . ')'; 
     143                                            $cn .= '(' . $key . ')'; 
    144144 
    145145                                        $return['owners_options'] .= '<option value='. $key .'>' . $cn . '</option>'; 
Note: See TracChangeset for help on using the changeset viewer.