From 2899488e979eadad94e72108cfa31f3d13364a3d Mon Sep 17 00:00:00 2001 From: Dave Arter Date: Fri, 3 Feb 2017 14:53:14 +0000 Subject: [Greenwich] Reduce on-map age further to 21 days --- perllib/FixMyStreet/Cobrand/Greenwich.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perllib/FixMyStreet/Cobrand/Greenwich.pm b/perllib/FixMyStreet/Cobrand/Greenwich.pm index 62b0e1fc8..7d6058145 100644 --- a/perllib/FixMyStreet/Cobrand/Greenwich.pm +++ b/perllib/FixMyStreet/Cobrand/Greenwich.pm @@ -58,7 +58,7 @@ sub contact_email { sub reports_per_page { return 20; } sub on_map_default_max_pin_age { - return '3 month'; + return '21 days'; } 1; -- cgit v1.2.3