Commit 2436d1a4 by Jansa Jose

Merge branch 'jansa'

parents 94eec668 0e05f858
......@@ -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