mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #464 from AndreasK79/edit_qso_improvements
Edit qso improvements
This commit is contained in:
@@ -106,7 +106,9 @@ class QSO extends CI_Controller {
|
||||
$this->form_validation->set_rules('time_off', 'End Date', 'required');
|
||||
$this->form_validation->set_rules('callsign', 'Callsign', 'required');
|
||||
|
||||
$data = $query->row();
|
||||
$data['qso'] = $query->row();
|
||||
$data['dxcc'] = $this->logbook_model->fetchDxcc();
|
||||
$data['iota'] = $this->logbook_model->fetchIota();
|
||||
|
||||
if ($this->form_validation->run() == FALSE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user