From cbb4c4257b69256664cc56b21ff8122395cb65f8 Mon Sep 17 00:00:00 2001 From: wuhao <15392746632@qq.com> Date: Tue, 15 Dec 2020 16:32:18 +0800 Subject: [PATCH] update --- pmcalendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmcalendar.php b/pmcalendar.php index d988bfb..9035ccc 100644 --- a/pmcalendar.php +++ b/pmcalendar.php @@ -206,7 +206,7 @@ if ($act == 'newevent') { } if ($type == 'charts') // we(json_encode($eventCharts)); - we(json_encode(array('charts' => $eventCharts, 'table' => $eventTable))); + we(json_encode(array('charts' => $eventCharts, 'table' => $eventTable,'count'=>$eventTypeCnt))); else{ $json['count'] = $eventTypeCnt; we(json_encode($json));