summaryrefslogtreecommitdiff
path: root/web/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.php')
-rw-r--r--web/index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/index.php b/web/index.php
index 3f4a87f..78312d3 100644
--- a/web/index.php
+++ b/web/index.php
@@ -78,9 +78,6 @@ if (isset($date)) {
if (!array_key_exists($m, $dates[$y])) {
$dates[$y][$m] = [];
}
- if (!array_key_exists($d, $dates[$y][$m])) {
- $dates[$y][$m] = [];
- }
$dates[$y][$m][$d] = $c;
}
}