Commit 77e3f7ef by Jansa Jose

Merge branch 'jansa'

parents 53d0a762 8da1e898
......@@ -979,7 +979,7 @@ class Webservice extends CI_Controller {
else if($result['data']['online_status'] == 1){
$online = true;
}
$new[0] = $result['data']['telephone'];
$new[0] = decrypt_data($result['data']['telephone']);
/*foreach (explode(',',$result['data']['phone']) as $key => $value) {
$dd_phn = $value;
array_push($value_phone, $dd_phn);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment