mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix first population of start_date
This commit is contained in:
@@ -30,6 +30,11 @@ class Contesting extends CI_Controller {
|
||||
} else {
|
||||
show_404();
|
||||
}
|
||||
if ($this->session->userdata('user_date_format')) {
|
||||
$data['date_format'] = $this->session->userdata('user_date_format');
|
||||
} else {
|
||||
$data['date_format'] = $this->config->item('qso_date_format');
|
||||
}
|
||||
|
||||
$data['my_gridsquare'] = $this->stations->find_gridsquare();
|
||||
$data['radios'] = $this->cat->radios();
|
||||
|
||||
Reference in New Issue
Block a user