Skip to content

Commit

Permalink
Merge pull request openSUSE#3020 from witekest/disable_fy
Browse files Browse the repository at this point in the history
Disable aggregating over financial year. Thx @witekest
  • Loading branch information
ddemaio committed Sep 28, 2023
2 parents 6075c72 + 15ef60f commit 864b176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/access/aggregate.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function subprocess_count()
function aggregate_all($period)
{
global $CACHE_DIR;
$intervals = ['day' => 'Y-m-d', 'week' => 'Y-W', 'month' => 'Y-m', 'FQ' => null, 'FY' => null];
$intervals = ['day' => 'Y-m-d', 'week' => 'Y-W', 'month' => 'Y-m', 'FQ' => null];
$merged = [];
$merged_protocol = [];
$date_previous = null;
Expand Down

0 comments on commit 864b176

Please sign in to comment.