Commit b154e870 by Jansa Jose

search doctors change

parent 834c639c
...@@ -1124,7 +1124,7 @@ class Webservice_model extends CI_Model { ...@@ -1124,7 +1124,7 @@ class Webservice_model extends CI_Model {
$this->db->where($where,$data['clinic_id']); $this->db->where($where,$data['clinic_id']);
} }
$query = $this->db->get(); $query = $this->db->get();
//echo $this->db->last_query();exit(); //echo $this->db->last_query();exit();
//print_r($this->db->last_query());die(); //print_r($this->db->last_query());die();
if ($query->num_rows() > 0) { if ($query->num_rows() > 0) {
......
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