Commit 7607ecf0 by Jansa Jose

profile dr

parent d4f81b31
......@@ -972,10 +972,10 @@ class Webservice extends CI_Controller {
$new = array();
}
foreach (explode(',',$result['data']['photos']) as $key => $value) {
/* foreach (explode(',',$result['data']['photos']) as $key => $value) {
$dd_pic = $value;
array_push($value_photos, $dd_pic);
}
}*/
$res = array(
"status" => "success",
"data" => array(
......@@ -994,7 +994,8 @@ class Webservice extends CI_Controller {
"phone" => $new,
"specialization" => explode(',',$result['data']['sub_name']),
"photos" =>$value_photos
//"photos" =>$value_photos
"photos" =>explode(',',$result['data']['photos'])
)
);
......
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