Added a space to make reading code lines easier

这个提交包含在:
Peter Goodhall 2019-08-19 16:10:28 +01:00
父节点 bff3302962
当前提交 923817c064

查看文件

@ -98,6 +98,7 @@ class Logbook_model extends CI_Model {
function create_qso() { function create_qso() {
// Join date+time // Join date+time
$datetime = date("Y-m-d",strtotime($this->input->post('start_date')))." ". $this->input->post('start_time'); $datetime = date("Y-m-d",strtotime($this->input->post('start_date')))." ". $this->input->post('start_time');
if ($this->input->post('prop_mode') != null) { if ($this->input->post('prop_mode') != null) {
$prop_mode = $this->input->post('prop_mode'); $prop_mode = $this->input->post('prop_mode');
} else { } else {