aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-06-10 15:55:02 +0100
committerMatthew Somerville <matthew@mysociety.org>2013-06-10 15:55:02 +0100
commitf5a13b7cd58f32cc4a519b17fdaf2414e151e12c (patch)
tree4337d076641f826a5c92a2fbf9afb64073e1091c /bin
parentca9350dd8b247e262c6860897256b40b911610ec (diff)
Possible other string used in Zurich base URL.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update-all-reports2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update-all-reports b/bin/update-all-reports
index 75a7cddd1..f4d6113cb 100755
--- a/bin/update-all-reports
+++ b/bin/update-all-reports
@@ -21,7 +21,7 @@ my $fourweeks = 4*7*24*60*60;
# Age problems from when they're confirmed, except on Zurich
# where they appear as soon as they're created.
my $age_column = 'confirmed';
-if ( FixMyStreet->config('BASE_URL') =~ /zurich/ ) {
+if ( FixMyStreet->config('BASE_URL') =~ /zurich|zueri/ ) {
$age_column = 'created';
}