Ignore:
Timestamp:
Mar 1, 2015 8:44:12 PM (10 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

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

    r767 r769  
    3939                $data ['statusoptions'] = array (
    4040                                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",
    4343                                3=> "Dùng thá»­ hạn chế",
    4444                                4=> "Hết hạn"
     
    4747                if ($this->input->post ( 'status' )) {
    4848                        $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' );
    4954                }
    5055                $data ['keyword'] = "";
Note: See TracChangeset for help on using the changeset viewer.