diff options
author | Struan Donald <struan@exo.org.uk> | 2013-02-25 10:35:45 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-02-25 10:35:45 +0000 |
commit | 4403d2b5ddf6fd0d54d1f471dc7fb9a7f6c96edf (patch) | |
tree | 27ae1c7ab3c2090df4c7b5a9d170114674cf5533 | |
parent | 9936d5f8c2907a1c757b29d30681e9d30ba2100c (diff) |
do not send surveys to people who report via the Southampton Cobrand
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Southampton.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Southampton.pm b/perllib/FixMyStreet/Cobrand/Southampton.pm index b7374149a..4e068a8c3 100644 --- a/perllib/FixMyStreet/Cobrand/Southampton.pm +++ b/perllib/FixMyStreet/Cobrand/Southampton.pm @@ -20,5 +20,7 @@ sub disambiguate_location { }; } +sub send_questionnaires { return 0; } + 1; |