diff options
author | louise <louise> | 2009-10-20 11:55:50 +0000 |
---|---|---|
committer | louise <louise> | 2009-10-20 11:55:50 +0000 |
commit | d739eacbaba9a359fc76cf8ad33c2ca1fdb94413 (patch) | |
tree | ca9dc3b964f5fe6f24196ff95628a3cd2a40d337 /t/Cobrands/Mysite/Util.pm | |
parent | f6bfb987c67e813e139795b9eaa9f3780af90207 (diff) |
Actually, probably simpler for most situations to check by council
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; |