- Timestamp:
- Mar 1, 2015 8:44:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/controllers/user.php
r767 r769 39 39 $data ['statusoptions'] = array ( 40 40 0 => "Tất cả", 41 1 => "Äã ÄÄng kÜ ",42 2 => "Dùng thá» ",41 1 => "Äã ÄÄng kÜ VIP", 42 2 => "Dùng thá» 7 ngà y", 43 43 3=> "Dùng thá» hạn chế", 44 44 4=> "Hết hạn" … … 47 47 if ($this->input->post ( 'status' )) { 48 48 $data ['status'] = ( int ) $this->input->post ( 'status' ); 49 } 50 $data['provinces'] = $provinces; 51 $data['province_code'] = ''; 52 if ($this->input->post ( 'province-code' )) { 53 $data ['province_code'] = $this->input->post ( 'province-code' ); 49 54 } 50 55 $data ['keyword'] = "";
Note: See TracChangeset
for help on using the changeset viewer.