Commit f853f00e by Jansa Jose

dr profile

parent 7b26d282
...@@ -3991,7 +3991,7 @@ class Webservice_model extends CI_Model { ...@@ -3991,7 +3991,7 @@ class Webservice_model extends CI_Model {
unset($res->locality); unset($res->locality);
unset($res->number); unset($res->number);
unset($res->complement); unset($res->complement);
print_r($res);exit();
if(isset($res->telephone) && (($res->telephone != '') || $res->telephone != null)){ if(isset($res->telephone) && (($res->telephone != '') || $res->telephone != null)){
$new[0] = decrypt_data($res->telephone); $new[0] = decrypt_data($res->telephone);
$res->phone =$new; $res->phone =$new;
......
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