mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Timeline] Fix for DXCC QSO details
This commit is contained in:
@@ -76,6 +76,7 @@ class Timeline extends CI_Controller {
|
||||
}
|
||||
|
||||
public function details() {
|
||||
$this->load->model('logbook_model');
|
||||
$this->load->model('timeline_model');
|
||||
|
||||
$querystring = str_replace('"', "", $this->input->post("Querystring"));
|
||||
|
||||
Reference in New Issue
Block a user