diff options
-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'; } |