aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-02-18 13:36:40 +0000
committerDave Whiteland <dave@mysociety.org>2013-02-18 13:36:40 +0000
commit1017cf523532e4e4629daa5a43cfbcdebd504dff (patch)
tree5406c1fbcac204ad157ef8e4234f990bf22e4c32 /perllib
parent5277e0c376341e2b5b669d9033b467cfcfc47c7a (diff)
don't send questionnaires to users on the OCC cobrand, closes #383
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/Oxfordshire.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
index 62550e626..950ea8127 100644
--- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
@@ -49,6 +49,9 @@ sub example_places {
return ( 'OX20 1SZ', 'Park St, Woodstock' );
}
+# don't send questionnaires to people who used the OCC cobrand to report their problem
+sub send_questionnaires { return 0; }
+
sub default_show_name { 0 }
1;