diff options
author | louise <louise> | 2009-09-09 08:27:46 +0000 |
---|---|---|
committer | louise <louise> | 2009-09-09 08:27:46 +0000 |
commit | e6f243d3177c3fe9a0722101d92db4c98f10912d (patch) | |
tree | 7f8cc172cfface46d939698a2e3d64c01f69a945 | |
parent | 3690759faaac7f5bb2c3ba53a7867dabe1ffd7a1 (diff) |
Fix missing function doc
-rw-r--r-- | perllib/Page.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 8186082ef..712f206dc 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: Page.pm,v 1.172 2009-09-09 08:17:06 louise Exp $ +# $Id: Page.pm,v 1.173 2009-09-09 08:27:46 louise Exp $ # package Page; @@ -118,6 +118,9 @@ sub microsite { Problems::set_site_restriction($q); Memcached::set_namespace(mySociety::Config::get('BCI_DB_NAME') . ":"); } +=item get_cobrand Q + +Return the cobrand for a query =cut sub get_cobrand { |