diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-28 19:41:38 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-28 19:41:38 +0000 |
commit | 057e4fe5171baa2b9e06de028c6f483ab381208e (patch) | |
tree | 289a2f9ab87dcdc5d9a4702feb9a9db68b65186d | |
parent | 70b0ae0e9b927498c2724eac79aa29811cb6a523 (diff) |
don't send questionnaires to FMB staff.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyBarangay.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm index 8ccbb57f5..53bf9f3b4 100644 --- a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm +++ b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm @@ -50,5 +50,10 @@ sub default_show_name { return 1; } +# makes no sense to send questionnaires since FMB's reporters are mostly staff +sub send_questionnaires { + return 0; +} + 1; |