diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-02-18 15:11:02 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-02-18 15:11:02 +0000 |
commit | 730074f202601367890a5de37a46a2a203d49c9f (patch) | |
tree | 9d1059ddfc5cd1a872447f6858caaca944114364 | |
parent | f63715c1b07ce231084f4b4034ab5f47122f9eb1 (diff) | |
parent | 1017cf523532e4e4629daa5a43cfbcdebd504dff (diff) |
Merge remote branch 'origin/master'
-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; |