Ignore:
Timestamp:
Nov 11, 2014 11:21:47 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

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

    r463 r472  
    2929        {
    3030                $this->load->model('us_model');
    31                 parse_str($user);
     31                $aryParams = array();
     32                parse_str($user, $aryParams);
    3233                $us = $this->us_model->search_by_id($id);
    3334                return array("userId" => $id, "userLevel" => 1, "userPhone" => $phone, "userMoney" =>$us['acc_balanced'], "appUserName" => $fullname, "appAddress" => $school, "licType" => "SBG", "licCustomer" => $username, "licCreate" => $us['created_time'], "licExpire" => $us['expire_date']);
Note: See TracChangeset for help on using the changeset viewer.