aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-02-25 10:35:45 +0000
committerStruan Donald <struan@exo.org.uk>2013-02-25 10:35:45 +0000
commit4403d2b5ddf6fd0d54d1f471dc7fb9a7f6c96edf (patch)
tree27ae1c7ab3c2090df4c7b5a9d170114674cf5533
parent9936d5f8c2907a1c757b29d30681e9d30ba2100c (diff)
do not send surveys to people who report via the Southampton Cobrand
-rw-r--r--perllib/FixMyStreet/Cobrand/Southampton.pm2
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;