aboutsummaryrefslogtreecommitdiff
path: root/mlmmj-webarchiver/index.php.newlist
diff options
context:
space:
mode:
Diffstat (limited to 'mlmmj-webarchiver/index.php.newlist')
-rw-r--r--mlmmj-webarchiver/index.php.newlist1
1 files changed, 1 insertions, 0 deletions
diff --git a/mlmmj-webarchiver/index.php.newlist b/mlmmj-webarchiver/index.php.newlist
index 425d4b2..1d78851 100644
--- a/mlmmj-webarchiver/index.php.newlist
+++ b/mlmmj-webarchiver/index.php.newlist
@@ -10,6 +10,7 @@ while($file = readdir($handle)) {
closedir($handle);
rsort($files);
reset($files);
+$archived_months = "";
foreach($files as $k => $file) {
if (! isset($year) || $year != substr($file, 0, 4)) {
$year = substr($file, 0, 4);