diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-04-16 14:41:31 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-09 09:55:09 +0100 |
commit | 4d8a7441a706a86e01f474dfed620922338e32ad (patch) | |
tree | 7b938b6d700e02e098a1b5c9b4b1511b536bea53 /perllib | |
parent | 09fd6679b8e512b2752059c00f543a149dcee655 (diff) |
[KiitC] Add to CronFns list.
This is so update-all-reports table generation
can use the cobrand's categorisation function.
Diffstat (limited to 'perllib')
-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 58237d322..eb54d7627 100755 --- a/perllib/CronFns.pm +++ b/perllib/CronFns.pm @@ -28,6 +28,7 @@ sub site { my $site = 'fixmystreet'; $site = 'zurich' if $base_url =~ /zurich|zueri/; $site = 'smidsy' if $base_url =~ /smidsy|collideosco/; + $site = 'kiitc' if $base_url =~ /kiitc|acv|keepitinthecommunity/; return $site; } |