Commit 4a25f6de by Jansa Jose

dr profile

parent d3a9cde0
...@@ -1133,7 +1133,7 @@ class Webservice extends CI_Controller { ...@@ -1133,7 +1133,7 @@ class Webservice extends CI_Controller {
$result = $this->Webservice_model->review_list($data['doctor_id'],$start,$per_page); $result = $this->Webservice_model->review_list($data['doctor_id'],$start,$per_page);
} }
else if(isset($data['clinic_id']) && strlen($data['clinic_id'])){ else if(isset($data['clinic_id']) && strlen($data['clinic_id'])){
$notificationresult = $this->Webservice_model->review_list_clinic($data['clinic_id'],$start,$per_page); $notificationresult = $this->Webservice_model->review_list_clinic($data['clinic_id'],0,0);
$result = $this->Webservice_model->review_list_clinic($data['clinic_id'],$start,$per_page); $result = $this->Webservice_model->review_list_clinic($data['clinic_id'],$start,$per_page);
} }
......
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