Ignore:
Timestamp:
Jan 29, 2015 4:58:53 PM (10 years ago)
Author:
dungnv
Message:
 
Location:
pro-violet-viettel/sourcecode/application/modules/frontend
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/frontend/controllers/user.php

    r707 r716  
    337337                $data = $this->user_model->update_user($src, $token, $user, $us_id);
    338338                parse_str($data);
    339                 switch ($status) {
     339                                error_log('API return ---- Data: '. var_export($data, TRUE). "\n", 3, '/srv/www/sbg/log/changepass.log');
     340                switch ((int)$status) {
    340341                    case 0:
    341342                        $result['success'] = 1;
  • pro-violet-viettel/sourcecode/application/modules/frontend/models/user_model.php

    r707 r716  
    404404        public function isExistcollaborator($collaborator) {
    405405                $this->db->query ( 'UNLOCK TABLES' );
    406                 $this->db->select ( '*' )->from ( 'tblcollaborator' )->where ( 'login_name', $collaborator )->limit ( 1 );
     406                //$this->db->select ( '*' )->from ( 'tblcollaborator' )->where ( 'login_name', $collaborator )->limit ( 1 );
     407                $this->db->select ( '*' )->from ( 'tblcollaborator' )->where ( 'cellphone', $collaborator )->limit ( 1 );
    407408                $result = $this->db->get ()->row_array ();
    408409                if ($result)
  • pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php

    r714 r716  
    298298                                        <div class="alert alert-block alert-success">                                           
    299299                                            <p>
    300                                                 QuÜ vị cÅ©ng có thể sá»­ dụng số điện thoại <strong><?php echo $username;?></strong> và soạn tin theo cú pháp: <strong>SBG VIP 1</strong> (hay VIP 3, VIP 6, VIP 12) <strong>gá»­i tới 8062</strong> (Hệ thống sẜ trừ tiền trên tài khoản chính cá»§a số điện thoại <strong><?php echo $username;?></strong>)
     300                                                QuÜ vị cÅ©ng có thể sá»­ dụng số điện thoại&nbsp;<strong><?php echo $username;?></strong> và soạn tin theo cú pháp: <strong>SBG VIP 1</strong> (hay VIP 3, VIP 6, VIP 12) <strong>gá»­i tới 8062</strong> (Hệ thống sẜ trừ tiền trên tài khoản chính cá»§a số điện thoại&nbsp;<strong><?php echo $username;?></strong>)
    301301                                        </p>
    302302                                        </div>
Note: See TracChangeset for help on using the changeset viewer.