Changes between Version 15 and Version 16 of phpgwapi/dev


Ignore:
Timestamp:
12/23/09 14:52:45 (14 years ago)
Author:
amuller
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • phpgwapi/dev

    v15 v16  
    288288Faz adição automática (com data de expiração) no banco. Argumentos entre '[]' são opcionais. 
    289289{{{ 
    290 $GLOBALS['phpgw']->accounts->get_account_name('nome'); 
    291 }}} 
    292 Retorna informações sobre a conta 
     290$GLOBALS['phpgw']->accounts->get_account_name($id,$lid,$fn,$ln); 
     291}}} 
     292Retorna informações sobre a conta, a entrada é o $id, e a saída é retornada em lid (login), fn (nome), ln (segundo nome). 
    293293{{{ 
    294294$GLOBALS['phpgw']->accounts->get_list('groups');