aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2007-05-09 11:39:44 +0000
committermatthew <matthew>2007-05-09 11:39:44 +0000
commitef8d0d4d5aebbfa8bad97ca72ef4e3d87d06e274 (patch)
tree9c859ab874f1a5acb3a4b19cd03dcd7ab9fd85ff
parentdcafcaf7acb93f1f5060db35e121ddea7227e428 (diff)
Use right table.
-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 7bf2820a0..a37b93ec6 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.38 2007-05-09 11:18:34 francis Exp $
+# $Id: index.cgi,v 1.39 2007-05-09 11:39:44 matthew Exp $
#
-my $rcsid = ''; $rcsid .= '$Id: index.cgi,v 1.38 2007-05-09 11:18:34 francis Exp $';
+my $rcsid = ''; $rcsid .= '$Id: index.cgi,v 1.39 2007-05-09 11:39:44 matthew 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', 'questionnaires'],
+ ['select count(*) from questionnaire', 'questionnaires'],
['select count(*) from alert', 'alerts']
)));