Commit d3b706cc by Jansa Jose

Merge branch 'jansa'

parents 43934f3a 3bd923de
...@@ -21,7 +21,7 @@ class Appfeedback extends CI_Controller { ...@@ -21,7 +21,7 @@ class Appfeedback extends CI_Controller {
$this->load->view('template', $template); $this->load->view('template', $template);
} }
public function patient_index($id){ public function patient_index(){
$result = $this->Appfeedback_model->get_patient_feedback(); $result = $this->Appfeedback_model->get_patient_feedback();
$template['page'] = "Appfeedback/feedback_patient"; $template['page'] = "Appfeedback/feedback_patient";
......
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