Ignore:
Timestamp:
01/30/13 17:13:44 (11 years ago)
Author:
alexandrecorreia
Message:

Ticket #2507 - Ajustando os padrões dos nomes das variáveis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/api/rest/admin/UpdateUserResource.php

    r7810 r7813  
    2525                                $common = new CommonFunctions(); 
    2626 
    27                                 $uidNumber              = trim($this->getParam('account_uidnumber_up')); 
    28                                 $loginUser              = trim($this->getParam('account_login_up')); 
    29                                 $emailUser              = trim($this->getParam('account_email_up')); 
    30                                 $nameUser               = trim($this->getParam('account_name_up')); 
    31                                 $passwordUser   = trim($this->getParam('account_password_up')); 
    32                                 $rePasswordUser = trim($this->getParam('account_re_password_up')); 
    33                                 $phoneUser              = trim($this->getParam('account_phone_up')); 
    34                                 $cpfUser                = trim($this->getParam('account_cpf_up')); 
    35                                 $rgUser                 = trim($this->getParam('account_rg_up')); 
    36                                 $rgUF                   = trim($this->getParam('account_rg_uf_up')); 
    37                                 $description    = trim($this->getParam('account_description_up')); 
     27                                $uidNumber              = trim($this->getParam('accountUidNumber')); 
     28                                $loginUser              = trim($this->getParam('accountLogin')); 
     29                                $emailUser              = trim($this->getParam('accountEmail')); 
     30                                $nameUser               = trim($this->getParam('accountName')); 
     31                                $passwordUser   = trim($this->getParam('accountPassword')); 
     32                                $rePasswordUser = trim($this->getParam('accountRePassword')); 
     33                                $phoneUser              = trim($this->getParam('accountPhone')); 
     34                                $cpfUser                = trim($this->getParam('accountCpf')); 
     35                                $rgUser                 = trim($this->getParam('accountRg')); 
     36                                $rgUF                   = trim($this->getParam('accountRgUf')); 
     37                                $description    = trim($this->getParam('accountDescription')); 
    3838 
    3939                                // Field Validation 
Note: See TracChangeset for help on using the changeset viewer.