kopia lustrzana https://github.com/magicbug/Cloudlog
Added a space to make reading code lines easier
rodzic
bff3302962
commit
923817c064
|
@ -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 {
|
||||
|
|
Ładowanie…
Reference in New Issue