|
|
@ -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
|
|
|
|
//end of infofix
|