- Timestamp:
- Mar 27, 2015 9:49:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/services/controllers/sync.php
r822 r838 39 39 foreach($lst as $item){ 40 40 $item = (array)$item; 41 41 $phoneNumber = $this->Services_model->formatPhoneNumber((string)$item['phone'], 2); 42 42 $data = array( 43 43 'address'=> (string)$item['address'], … … 47 47 'id'=>(int)$item['id'], 48 48 'full_name'=>(string)$item['name'], 49 'cellphone'=>(string)$item['phone'], 49 'passwd' => md5($phoneNumber), 50 'cellphone'=>$phoneNumber, 50 51 'precinct'=>(string)$item['precinct'], 51 52 'province'=>(string)$item['province'],
Note: See TracChangeset
for help on using the changeset viewer.