@@ -97,7 +96,7 @@ class Api_model extends CI_Model {
$this->send_mail($subject,$email_id,$message);
$res=array('status'=>1,'data'=>'');
returnarray('status'=>1,'data'=>'');
// $this->db->select('customer.name,customer.dob,customer.phone,customer.email,customer.profile_image AS image,customer.gender,users.id AS userId, customer.city');
// $this->db->where('users.id',$id);
...
...
@@ -113,13 +112,12 @@ class Api_model extends CI_Model {
// $res = array('status'=>0,'message'=>'No record found','code'=>'ER13');