Commit a7b4b311 by Jansa Jose

change ph

parent 5fd82e81
......@@ -3944,7 +3944,7 @@ class Webservice_model extends CI_Model {
unset($res->number);
unset($res->complement);
$new[0] = $res->telephone;
$new[0] = decrypt_data($res->telephone);
$res->phone =$new;
unset($res->telephone);
$result = array('status'=>'success','data'=>$res);
......
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