Ignore:
Timestamp:
Nov 3, 2014 10:17:45 AM (11 years ago)
Author:
quyenla
Message:

collaborator order sourcecode

File:
1 edited

Legend:

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

    r371 r373  
    4343        }
    4444        if ($this->input->post('keyword')) {
     45            $data['search_field']="";
    4546            $data['keyword'] = $this->input->post('keyword');
     47            $data['search_field']="cellphone";
     48           
     49            if (preg_match("/[0-9]/", $data['keyword']))
     50            {
     51               $data['search_field']="cellphone";
     52            }
     53           
    4654        }
    4755       
Note: See TracChangeset for help on using the changeset viewer.