Update Stations.php
这个提交包含在:
父节点
dc11ceed8f
当前提交
332f59f712
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -138,6 +138,8 @@ class Stations extends CI_Model {
|
|||
log_message('error', 'State value: ' . $state);
|
||||
}
|
||||
|
||||
log_message('error', 'State value: ' . $this->input->post('station_state', true));
|
||||
|
||||
$data = array(
|
||||
'station_profile_name' => xss_clean($this->input->post('station_profile_name', true)),
|
||||
'station_gridsquare' => xss_clean($this->input->post('gridsquare', true)),
|
||||
|
|
|
|||
正在加载…
在新工单中引用