Added a space to make reading code lines easier

pull/425/head
Peter Goodhall 2019-08-19 16:10:28 +01:00
rodzic bff3302962
commit 923817c064
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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 {