diff options
author | francis <francis> | 2007-05-09 11:14:40 +0000 |
---|---|---|
committer | francis <francis> | 2007-05-09 11:14:40 +0000 |
commit | 941b3dd0df24217798a4fb599a2ec8a2f72c428d (patch) | |
tree | 4155a4604f80c4465fdf172608afa4a610fec662 /web-admin/index.cgi | |
parent | c5f7dff2b61232f2c1d554d123c6956249f93237 (diff) |
Case fix
Diffstat (limited to 'web-admin/index.cgi')
-rwxr-xr-x | web-admin/index.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web-admin/index.cgi b/web-admin/index.cgi index b879fafd0..3647aef10 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.35 2007-05-09 11:13:40 francis Exp $ +# $Id: index.cgi,v 1.36 2007-05-09 11:14:40 francis Exp $ # -my $rcsid = ''; $rcsid .= '$Id: index.cgi,v 1.35 2007-05-09 11:13:40 francis Exp $'; +my $rcsid = ''; $rcsid .= '$Id: index.cgi,v 1.36 2007-05-09 11:14:40 francis Exp $'; use strict; @@ -110,7 +110,7 @@ sub do_summary ($) { ['select count(*) from contacts', 'contacts'], ['select count(*) from problem', 'problems'], ['select count(*) from comment', 'comments'], - ['select count(*) from alert', 'questionnaire'], + ['select count(*) from alert', 'questionnaires'], ['select count(*) from alert', 'alerts'] ))); |