diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-11 18:14:36 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-11 18:54:05 +0000 |
commit | c95bec6b208a4b05a36161ac6a2c197a35bcb160 (patch) | |
tree | fd9543eb30603d72f7f04fa15d39164439979ca6 /perllib/CronFns.pm | |
parent | 58569df9fe6fddc66bc0ada43dad932819d0cb09 (diff) |
Zurich email alerts.
Diffstat (limited to 'perllib/CronFns.pm')
-rwxr-xr-x | perllib/CronFns.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/CronFns.pm b/perllib/CronFns.pm index 0573b788d..6bf698d2b 100755 --- a/perllib/CronFns.pm +++ b/perllib/CronFns.pm @@ -34,6 +34,7 @@ sub site { my $base_url = shift; my $site = 'fixmystreet'; $site = 'emptyhomes' if $base_url =~ 'emptyhomes'; + $site = 'zurich' if $base_url =~ 'zurich'; return $site; } |