Commit 8757fda6 by Jansa Jose

j: space

parent b286762f
...@@ -128,7 +128,6 @@ class Webservice_model extends CI_Model { ...@@ -128,7 +128,6 @@ class Webservice_model extends CI_Model {
'is_phone_available'=>$is_phone_available === 'true'? true: false 'is_phone_available'=>$is_phone_available === 'true'? true: false
); );
$res = array('status'=>1,'data'=>$data); $res = array('status'=>1,'data'=>$data);
} catch(Exception $e) { } catch(Exception $e) {
$res = array('status'=>0,'message'=>'Ohh No!! Something went South!!','code'=>'ER06'); $res = array('status'=>0,'message'=>'Ohh No!! Something went South!!','code'=>'ER06');
} }
......
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