Ignore:
Timestamp:
03/01/13 18:28:07 (11 years ago)
Author:
alexandrecorreia
Message:

Ticket #2507 - Verificando se os campos possuem valor para a atualização

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/api/rest/core/LoginResource.php

    r7930 r7941  
    99         
    1010                return array( 
    11                                 'contactID'                     => $GLOBALS['phpgw_info']['user']['account_dn'], 
    12                                 'contactMails'          => array($GLOBALS['phpgw_info']['user']['email']), 
    13                                 'contactPhones'         => array($GLOBALS['phpgw_info']['user']['telephonenumber']), 
    14                                 'contactFullName'       => $GLOBALS['phpgw_info']['user']['fullname'], 
     11                                'contactID'                             => $GLOBALS['phpgw_info']['user']['account_dn'], 
     12                                'contactMails'                  => array($GLOBALS['phpgw_info']['user']['email']), 
     13                                'contactPhones'                 => array($GLOBALS['phpgw_info']['user']['telephonenumber']), 
     14                                'contactFullName'               => $GLOBALS['phpgw_info']['user']['fullname'], 
    1515                                'contactLID'                    => $GLOBALS['phpgw_info']['user']['account_lid'], 
    1616                                'contactUIDNumber'              => $GLOBALS['phpgw_info']['user']['account_id'], 
    17                                 'contactApps'           => $this->getUserApps() 
     17                                'contactApps'                   => $this->getUserApps() 
    1818                ); 
    1919        } 
Note: See TracChangeset for help on using the changeset viewer.