- Timestamp:
- Nov 3, 2014 10:17:45 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/controllers/collaborator.php
r371 r373 43 43 } 44 44 if ($this->input->post('keyword')) { 45 $data['search_field']=""; 45 46 $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 46 54 } 47 55
Note: See TracChangeset
for help on using the changeset viewer.