Commit 422bffb0 by Jansa Jose

home

parent a876dc1e
......@@ -668,7 +668,7 @@ class Webservice extends CI_Controller {
$result = $this->Webservice_model->get_home_details($check_result['userdata']['id']);
$res = array("status"=> "success",
"data"=> array(
"name" => $check_result['userdata']['name'],
"name" => decrypt_data($check_result['userdata']['name']),
"profile_photo" => $check_result['userdata']['profile_photo'],
"no_of_professionals"=> $result['doctor_count'],
"no_of_clinics"=> $result['clinic_count'],
......
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