Update usage_reporting
This commit is contained in:
@@ -71,7 +71,7 @@ function usageReportingView($messages){
|
||||
';
|
||||
foreach ($messages as $message){
|
||||
|
||||
if ($message['year'] == date("Y")){
|
||||
if ($message['year'] == date("Y") || ($message['year'] == date("Y") - 1 && $message['month'] == "12")){
|
||||
$height = ($message['count'] / $totalcount) * 100;
|
||||
$fc_year = $message['year'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user