Update Station.php
这个提交包含在:
父节点
332f59f712
当前提交
01b24e095e
共有 1 个文件被更改,包括 3 次插入 和 0 次删除
|
|
@ -83,6 +83,9 @@ class Station extends CI_Controller {
|
|||
$this->load->view('station_profile/edit');
|
||||
$this->load->view('interface_assets/footer');
|
||||
} else {
|
||||
// Get all the posted data from the form and save it to log file
|
||||
log_message('error', 'Posted data: ' . json_encode($this->input->post()));
|
||||
|
||||
if ($this->stations->edit() !== false) {
|
||||
// [eQSL default msg] ADD to user options (option_type='eqsl_default_qslmsg'; option_name='key_station_id'; option_key=station_id; option_value=value) //
|
||||
$eqsl_default_qslmsg = xss_clean($this->input->post('eqsl_default_qslmsg', true));
|
||||
|
|
|
|||
正在加载…
在新工单中引用