diff options
author | matthew <matthew> | 2009-12-15 16:53:10 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-12-15 16:53:10 +0000 |
commit | 3212b5b45e4e38f01c4078e90dfae314574055ab (patch) | |
tree | bd3d7a59276db2a30bbd365787b05e292014cfab /perllib | |
parent | a3148e62e83aea6a2e09f0a16292c313ee65507d (diff) |
Don't have all councils link.
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/Cobrands/Barnet/Util.pm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/perllib/Cobrands/Barnet/Util.pm b/perllib/Cobrands/Barnet/Util.pm index 1842078ce..1c6d028d8 100644 --- a/perllib/Cobrands/Barnet/Util.pm +++ b/perllib/Cobrands/Barnet/Util.pm @@ -7,7 +7,7 @@ # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: Util.pm,v 1.1 2009-12-15 16:07:21 matthew Exp $ +# $Id: Util.pm,v 1.2 2009-12-15 16:53:10 matthew Exp $ package Cobrands::Barnet::Util; use Standard; @@ -73,5 +73,10 @@ Please visit <a href='http://www.fixmystreet.com/'>the main FixMyStreet site</a> return (0, $error_msg); } +# All reports page only has the one council. +sub all_councils_report { + return 0; +} + 1; |