diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-21 14:59:15 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-21 14:59:15 +0100 |
commit | df4cc931c4e0320335508bc611ff77c2394181e5 (patch) | |
tree | 0f09c9ea7cf6dd7350b29ee5616504735f9bdf54 /perllib/FixMyStreet/Cobrand/Bromley.pm | |
parent | 9191cd8a75ab796553534c88caaf40214d4c7f4c (diff) |
No questionnaires for Bromley.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bromley.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index f65c2c258..38c115e1a 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -48,10 +48,12 @@ sub recent_photos { return $self->problems->recent_photos( $num, $lat, $lon, $dist ); } -sub pin_colour { - my ( $self, $p ) = @_; - #return 'green' if time() - $p->confirmed_local->epoch < 7 * 24 * 60 * 60; - return 'yellow'; +sub send_questionnaires { + return 0; +} + +sub ask_ever_reported { + return 0; } 1; |