- Timestamp:
- Jan 30, 2015 2:46:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/controllers/user.php
r717 r721 145 145 $user['expire_date'] = date('Y-m-d', strtotime("+" . $package['p_period'] . " ".$package['p_unit'], strtotime($currentExpireDate))); 146 146 $user['p_id'] = $package['p_id']; 147 //$user['district'] = $input['district'];148 147 $user['province'] = $input['province']; 149 148 $this->user_model->updateUser($us_id, $user); … … 252 251 $result['errors'][] = array("content"=>lang('_SBG_REGISTER_VIP_SCHOOL_REQUIRED_MSG'),"field"=>"school"); 253 252 } 254 253 if (strlen($input['province']) == 0) { 254 $result['errors'][] = array("content"=>lang('_SBG_PROVINCE_REQUIRED_MSG'),"field"=>"province"); 255 } 255 256 $input['password'] = ''; 256 257 $input['oldpass'] = ''; 257 //$input['province'] = '';258 258 $this->load->model('user_model'); 259 259 if (!isset($result['errors'])) {
Note: See TracChangeset
for help on using the changeset viewer.