diff options
Diffstat (limited to 't/Cobrands/Mysite/Util.pm')
-rw-r--r-- | t/Cobrands/Mysite/Util.pm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/t/Cobrands/Mysite/Util.pm b/t/Cobrands/Mysite/Util.pm index e7dbd7c37..4e691a092 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.17 2009-10-19 11:10:32 louise Exp $ +# $Id: Util.pm,v 1.18 2009-10-19 16:44:56 louise Exp $ package Cobrands::Mysite::Util; use Page; @@ -94,4 +94,12 @@ sub show_watermark { sub allow_photo_upload { return 0; } + +sub allow_photo_display { + return 0; +} + +sub location_check { + return 0; +} 1; |