Added a space to make reading code lines easier
这个提交包含在:
父节点
bff3302962
当前提交
923817c064
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -98,6 +98,7 @@ class Logbook_model extends CI_Model {
|
|||
function create_qso() {
|
||||
// Join date+time
|
||||
$datetime = date("Y-m-d",strtotime($this->input->post('start_date')))." ". $this->input->post('start_time');
|
||||
|
||||
if ($this->input->post('prop_mode') != null) {
|
||||
$prop_mode = $this->input->post('prop_mode');
|
||||
} else {
|
||||
|
|
|
|||
正在加载…
在新工单中引用