diff options
author | matthew <matthew> | 2008-05-15 16:09:51 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-05-15 16:09:51 +0000 |
commit | cb679d86451e657b0c5de603def6a76b2dd6de71 (patch) | |
tree | c4f70385326aea28c10d491b340635579f7f3903 /web-admin | |
parent | f4f1efdd55dfced30d61f98c98e0ea27866ab81d (diff) |
EHA text/template tweaks, get sending of reports working.
Diffstat (limited to 'web-admin')
-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 31f26ece1..a9669c036 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.48 2008-04-11 11:38:08 francis Exp $ +# $Id: index.cgi,v 1.49 2008-05-15 16:09:53 matthew Exp $ # -my $rcsid = ''; $rcsid .= '$Id: index.cgi,v 1.48 2008-04-11 11:38:08 francis Exp $'; +my $rcsid = ''; $rcsid .= '$Id: index.cgi,v 1.49 2008-05-15 16:09:53 matthew Exp $'; use strict; @@ -110,7 +110,7 @@ sub do_summary ($) { map { dbh()->selectrow_array($_->[0]) . " " . $_->[1] } ( ['select count(*) from contacts', 'contacts'], ['select count(*) from problem', 'problems'], - ['select count(*) from comment', 'comments'], + ['select count(*) from comment', 'updates'], ['select count(*) from questionnaire', 'questionnaires'], ['select count(*) from alert', 'alerts'] ))); |