aboutsummaryrefslogtreecommitdiffstats
path: root/SiteSummary.pm
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-01-26 15:23:39 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-01-26 15:23:39 +0000
commit7b8697829a464cf9fad7fbda9c7f73f57995a890 (patch)
tree28388db75298fb4636ce2f3c1f7c811d5d154aa8 /SiteSummary.pm
parent48ccda0e56e25888d3b360a0de4a1e6fdeda237f (diff)
downloadsitesummary-7b8697829a464cf9fad7fbda9c7f73f57995a890.tar.gz
sitesummary-7b8697829a464cf9fad7fbda9c7f73f57995a890.tar.bz2
sitesummary-7b8697829a464cf9fad7fbda9c7f73f57995a890.tar.xz
Introduce new agesinceseen group 120-180 to have one limit that
match the removal limit (120 days).
Diffstat (limited to 'SiteSummary.pm')
-rw-r--r--SiteSummary.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/SiteSummary.pm b/SiteSummary.pm
index 93f2eee..645e855 100644
--- a/SiteSummary.pm
+++ b/SiteSummary.pm
@@ -350,6 +350,7 @@ sub get_age_groups {
14 => '>14 days',
30 => '>30 days',
90 => '>90 days',
+ 120 => '>120 days',
180 => '>180 days',
);
}