diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 3 |
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; |