Commit e4cfa4ff by Jansa Jose

Merge branch 'jansa'

parents b280a407 37565941
......@@ -993,7 +993,7 @@ class Webservice extends CI_Controller {
"latitude" => $result['data']['location_lattitude'],
"longitude" => $result['data']['location_longitude'],
"about" => $result['data']['about'],
"address" => $result['data']['location_name'].','.$result['data']['location_locality'].','.$result['data']['location_number'],
"address" => $result['data']['street_address'].','.$result['data']['locality'].','.$result['data']['number'],
"phone" => $new,
"specialization" => explode(',',$result['data']['sub_name']),
......
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