diff options
Diffstat (limited to 't/Cobrands/Mysite/Util.pm')
-rw-r--r-- | t/Cobrands/Mysite/Util.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/Cobrands/Mysite/Util.pm b/t/Cobrands/Mysite/Util.pm index 4e691a092..aadf1edd9 100644 --- a/t/Cobrands/Mysite/Util.pm +++ b/t/Cobrands/Mysite/Util.pm @@ -7,7 +7,7 @@ # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. # Email: louise@mysociety.org. WWW: http://www.mysociety.org # -# $Id: Util.pm,v 1.18 2009-10-19 16:44:56 louise Exp $ +# $Id: Util.pm,v 1.19 2009-10-20 11:55:51 louise Exp $ package Cobrands::Mysite::Util; use Page; @@ -99,7 +99,7 @@ sub allow_photo_display { return 0; } -sub location_check { +sub council_check { return 0; } 1; |