add update_by_icid

master
LMR 11 months ago
parent 25dc172813
commit c08a33053e

@ -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
Loading…
Cancel
Save