diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-06-10 15:55:02 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-06-10 15:55:02 +0100 |
commit | f5a13b7cd58f32cc4a519b17fdaf2414e151e12c (patch) | |
tree | 4337d076641f826a5c92a2fbf9afb64073e1091c | |
parent | ca9350dd8b247e262c6860897256b40b911610ec (diff) |
Possible other string used in Zurich base URL.
-rwxr-xr-x | bin/update-all-reports | 2 |
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'; } |