Include QSOs on Sunday of the current week, fixes #639

这个提交包含在:
Andreas Brain 2020-10-04 15:23:13 +02:00 提交者 GitHub
父节点 44eee371d6
当前提交 cf4efcced0
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -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);