Commit 0e05f858 by Jansa Jose

Location

parent 2c2e9371
......@@ -716,7 +716,7 @@ class Webservice extends CI_Controller {
if($check_authToken){
if(isset($data['location_name']) && strlen($data['location_name']) && isset($data['location_latitude']) && strlen($data['location_latitude']) && isset($data['location_longitude']) && strlen($data['location_longitude'])){
if(/*isset($data['location_name']) && strlen($data['location_name']) &&*/ isset($data['location_latitude']) && strlen($data['location_latitude']) && isset($data['location_longitude']) && strlen($data['location_longitude'])){
$result = $this->Webservice_model->location_update($data,$headers);
......
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