|
|
|
|
@ -228,7 +228,7 @@ class infofix extends CI_Controller
|
|
|
|
|
$ic_id = $this->input->get_post('ic_id');
|
|
|
|
|
$ic_content = $this->input->get_post('ic_content');
|
|
|
|
|
$rs = $this->infoContents_model->force_update($ic_id, $ic_content);
|
|
|
|
|
echo json_encode($rs);
|
|
|
|
|
echo json_encode(array('status' => 1));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|