@@ -47,7 +47,7 @@ class Webservice_model extends CI_Model {
$respArr['message']="Invalid Email Address";
return$respArr;
}
$result=$this->db->get_where('users AS USR',array('USR.username'=>$userLogData['user_email'],'USR.status'=>'1','USR.user_type'=>'1','USR.password'=>$userLogData['user_password']));
$result=$this->db->get_where('users AS USR',array('USR.username'=>$userLogData['user_email'],'USR.status'=>'1','USR.user_type'=>$userLogData['user_type'],'USR.password'=>$userLogData['user_password']));