diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-02 16:58:26 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-02 16:58:26 +0100 |
commit | a7c433877564d95bdb3698c3b8bb85d03e01feb7 (patch) | |
tree | 32d2420e36d245e83efef8fe2ea1b44ecc41db05 /perllib/FixMyStreet | |
parent | beb06981bbddf1113688532d80a83e181d52d762 (diff) |
Bromley have changed their mind, want all pins one colour again.
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index acdefb41e..02c4676f9 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -44,7 +44,7 @@ sub recent_photos { sub pin_colour { my ( $self, $p ) = @_; - return 'green' if time() - $p->confirmed_local->epoch < 7 * 24 * 60 * 60; + #return 'green' if time() - $p->confirmed_local->epoch < 7 * 24 * 60 * 60; return 'yellow'; } |