diff --git a/application/controllers/infofix.php b/application/controllers/infofix.php index 3286f291..36145817 100644 --- a/application/controllers/infofix.php +++ b/application/controllers/infofix.php @@ -206,5 +206,12 @@ class infofix extends CI_Controller } } + function update_by_icid() + { + $ic_id = $this->input->get_post('ic_id'); + $ic_content = $this->input->get_post('ic_content'); + $this->infoContents_model->force_update($ic_id, $ic_content); + } + } //end of infofix \ No newline at end of file