Commit 9a76462a by Jansa Jose

Merge branch 'jansa'

parents fcc2261a 1ba1267c
......@@ -3246,7 +3246,7 @@ class Webservice_model extends CI_Model {
$this->db->limit($per_page,$start);
}
$result = $this->db->get_where('tbl_doctor_notifications',array('doctor_id'=>$doctorid))->result();
//echo $this->db->last_query();exit();
echo $this->db->last_query();exit();
if(count($result) > 0){
return $result;
}else{
......
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