Ignore:
Timestamp:
Nov 3, 2014 5:44:05 PM (11 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified pro-violet-viettel/sourcecode/application/modules/frontend/models/user_model.php

    r326 r393  
    1414        {
    1515                $data = $this->vservices->actionExecute('login', array('src' => $src, 'token' => $token, 'username' => $username, 'password' => $password), 'user');
    16                 //return $data;
    1716                $arr_users = explode("&", $data);
    1817                $str_status = "";
     
    3332                        }
    3433                       
    35                         if (strpos($arr_users[$i], 'us_id=') !== false)
     34                        if (strpos($arr_users[$i], 'id=') !== false)
    3635                        {
    3736                                $str_usid = $arr_users[$i];
     
    4948                        $usid = $arr_usid[1];
    5049                }
    51                
    5250                $status = (int)$arr_status[1];
    5351                if ($status == 0){
Note: See TracChangeset for help on using the changeset viewer.