mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added Year to modal
This commit is contained in:
@@ -299,7 +299,8 @@ class Statistics extends CI_Controller {
|
||||
|
||||
$sat = str_replace('"', "", $this->security->xss_clean($this->input->post("Sat")));
|
||||
$mode = str_replace('"', "", $this->security->xss_clean($this->input->post("Mode")));
|
||||
$data['results'] = $this->stats->sat_qsos($sat,$mode);
|
||||
$year = $this->security->xss_clean($this->input->post("Year"));
|
||||
$data['results'] = $this->stats->sat_qsos($sat,$year,$mode);
|
||||
|
||||
$data['page_title'] = __("Log View")." - " . __("Satellite QSOs");
|
||||
$data['filter'] = $sat;
|
||||
|
||||
Reference in New Issue
Block a user