map on dashboard now shows the same QSOs as the list below (excluding

the ones without gridsquare)
pull/1296/head
Thomas Werzmirzowsky 2021-11-15 19:16:54 +01:00
rodzic aad1823e15
commit 6e8729d9dd
1 zmienionych plików z 1 dodań i 7 usunięć

Wyświetl plik

@ -99,13 +99,7 @@ class Dashboard extends CI_Controller {
$this->load->library('qra');
//echo date('Y-m-d')
$raw = strtotime('Monday last week');
$mon = date('Y-m-d', $raw);
$sun = date('Y-m-d', strtotime('Monday next week'));
$qsos = $this->logbook_model->map_week_qsos($mon, $sun);
$qsos = $this->logbook_model->get_last_qsos('11');
echo "{\"markers\": [";
$count = 1;