[Dashboard] Fixes issue where Sunday QSOs are missing from the map
Include QSOs on Sunday of the current week
这个提交包含在:
当前提交
d6a46e05f2
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -68,7 +68,7 @@ class Dashboard extends CI_Controller {
|
|||
$raw = strtotime('Monday last week');
|
||||
|
||||
$mon = date('Y-m-d', $raw);
|
||||
$sun = date('Y-m-d', strtotime('Sunday this week'));
|
||||
$sun = date('Y-m-d', strtotime('Monday next week'));
|
||||
|
||||
$qsos = $this->logbook_model->map_week_qsos($mon, $sun);
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用