aboutsummaryrefslogtreecommitdiffstats
path: root/web-admin/index.cgi
diff options
context:
space:
mode:
authormatthew <matthew>2008-11-17 17:52:16 +0000
committermatthew <matthew>2008-11-17 17:52:16 +0000
commit3ef4c6d42795f8b2eeba87c5182850e04187b697 (patch)
tree497adb9174e729d51d632d362cd245ca5dfac435 /web-admin/index.cgi
parent50c7dd294487020304dea1ea9f71ba98d5212414 (diff)
Cat name; ignore County on reports page.
Diffstat (limited to 'web-admin/index.cgi')
-rwxr-xr-xweb-admin/index.cgi6
1 files changed, 3 insertions, 3 deletions
diff --git a/web-admin/index.cgi b/web-admin/index.cgi
index 37fa79097..c6349de40 100755
--- a/web-admin/index.cgi
+++ b/web-admin/index.cgi
@@ -7,10 +7,10 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: index.cgi,v 1.62 2008-11-11 10:54:03 matthew Exp $
+# $Id: index.cgi,v 1.63 2008-11-17 17:52:16 matthew Exp $
#
-my $rcsid = ''; $rcsid .= '$Id: index.cgi,v 1.62 2008-11-11 10:54:03 matthew Exp $';
+my $rcsid = ''; $rcsid .= '$Id: index.cgi,v 1.63 2008-11-17 17:52:16 matthew Exp $';
use strict;
@@ -203,7 +203,7 @@ sub admin_council_contacts ($$) {
if ($posted eq 'new') {
my $email = trim($q->param('email'));
my $category = trim($q->param('category'));
- $category = 'Empty Property' if $q->{site} eq 'emptyhomes';
+ $category = 'Empty property' if $q->{site} eq 'emptyhomes';
# History is automatically stored by a trigger in the database
my $update = dbh()->do("update contacts set
email = ?,