Changeset 1892


Ignore:
Timestamp:
12/24/09 07:10:55 (14 years ago)
Author:
amuller
Message:

Ticket #597 - Melhoria do FM. melhorias na interface, Cartao do usuario

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/inc/class.user.inc.php

    r1891 r1892  
    100100 
    101101                function card(){ 
    102                         $account_info = $GLOBALS['phpgw']->accounts->get_list('accounts',0,1,1,base64_decode($this->lid),1,'lid'); 
     102                        $account_info = $GLOBALS['phpgw']->accounts->get_list('accounts',0,1,1,base64_decode($this->lid),1,'exact'); 
    103103                        echo $account_info[0]['account_firstname'].' '.$account_info[0]['account_lastname']."<br>"; 
    104104                        echo $account_info[0]['account_email']; 
Note: See TracChangeset for help on using the changeset viewer.