Ignore:
Timestamp:
Nov 11, 2014 9:33:00 AM (11 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

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

    r437 r459  
    156156                $this->load->model('user_model');
    157157                $data = $this->user_model->get_user_info($src, $us_id, $token);
    158                 if (strlen($data) > 0){
     158                //var_dump($data);
     159                if (strpos($data, '&')){
    159160                        $arr_users = explode("&", $data);
    160161                        $str_username = $arr_users[1];
Note: See TracChangeset for help on using the changeset viewer.