diff options
author | matthew <matthew> | 2007-03-07 16:18:30 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-03-07 16:18:30 +0000 |
commit | a5c5ac46018c51a94d54c306635e03487bdb5b6b (patch) | |
tree | c86dd9890098ceba8a131c7087c6a9f342d0782f | |
parent | cd4e690f339d2f342884d7b3023324fc4693b800 (diff) |
Bugfix.
-rwxr-xr-x | web/contact.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/contact.cgi b/web/contact.cgi index 580e098f3..64b83e5f3 100755 --- a/web/contact.cgi +++ b/web/contact.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: contact.cgi,v 1.7 2007-02-02 23:31:39 matthew Exp $ +# $Id: contact.cgi,v 1.8 2007-03-07 16:18:30 matthew Exp $ use strict; require 5.8.0; @@ -19,6 +19,7 @@ use Page; use mySociety::Config; use mySociety::Email; use mySociety::Util; +use mySociety::Web qw(ent); BEGIN { mySociety::Config::set_file("$FindBin::Bin/../conf/general"); |