父节点
3964acbdc8
当前提交
341c014a8e
共有 1 个文件被更改,包括 5 次插入 和 5 次删除
|
|
@ -54,11 +54,6 @@ class QSO extends CI_Controller {
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Add QSO
|
|
||||||
// $this->logbook_model->add();
|
|
||||||
//change to create_qso function as add and create_qso duplicate functionality
|
|
||||||
$this->logbook_model->create_qso();
|
|
||||||
|
|
||||||
// Store Basic QSO Info for reuse
|
// Store Basic QSO Info for reuse
|
||||||
// Put data in an array first, then call set_userdata once.
|
// Put data in an array first, then call set_userdata once.
|
||||||
// This solves the problem of CI dumping out the session
|
// This solves the problem of CI dumping out the session
|
||||||
|
|
@ -94,6 +89,11 @@ class QSO extends CI_Controller {
|
||||||
$this->session->set_userdata('prop_mode', 'SAT');
|
$this->session->set_userdata('prop_mode', 'SAT');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Add QSO
|
||||||
|
// $this->logbook_model->add();
|
||||||
|
//change to create_qso function as add and create_qso duplicate functionality
|
||||||
|
$this->logbook_model->create_qso();
|
||||||
|
|
||||||
// Get last 5 qsos
|
// Get last 5 qsos
|
||||||
$data['query'] = $this->logbook_model->last_custom('5');
|
$data['query'] = $this->logbook_model->last_custom('5');
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用