diff options
-rw-r--r-- | perllib/Cobrands/Barnet/Util.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Cobrands/Barnet/Util.pm b/perllib/Cobrands/Barnet/Util.pm index dbf04b992..f91e100e6 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.4 2009-12-22 11:17:26 matthew Exp $ +# $Id: Util.pm,v 1.5 2009-12-22 11:21:04 matthew Exp $ package Cobrands::Barnet::Util; use Standard; @@ -26,7 +26,7 @@ Return a site restriction clause and a site key. =cut sub site_restriction{ - return ('and council=2489', 'barnet'); + return ("and council='2489'", 'barnet'); } =item |