diff options
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; |