aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/CronFns.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-11 18:14:36 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-11 18:54:05 +0000
commitc95bec6b208a4b05a36161ac6a2c197a35bcb160 (patch)
treefd9543eb30603d72f7f04fa15d39164439979ca6 /perllib/CronFns.pm
parent58569df9fe6fddc66bc0ada43dad932819d0cb09 (diff)
Zurich email alerts.
Diffstat (limited to 'perllib/CronFns.pm')
-rwxr-xr-xperllib/CronFns.pm1
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;
}