From b3745ca3d33d1a9258b6691c5f739296f713898f Mon Sep 17 00:00:00 2001 From: kf_wuhao <15392746632@qq.com> Date: Tue, 2 Mar 2021 17:07:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=B6=E6=9C=9F=E6=A0=87=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pmcalendar.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pmcalendar.php b/pmcalendar.php index 0cb3b74..1b6b3ca 100644 --- a/pmcalendar.php +++ b/pmcalendar.php @@ -332,6 +332,7 @@ if ($act == 'newevent') { 'start' => $rs['start'], 'end' => $rs['end'], 'className' => 'label-' . $class, + 'isYanqi'=>boolval($rs['yanqi_history']) ); $row['allDay'] = true; $res[] = $row;