diff options
author | matthew <matthew> | 2007-05-11 09:51:28 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-05-11 09:51:28 +0000 |
commit | f77a9bc6abfb1625f0885cb1cd5a570d45eafbce (patch) | |
tree | 281d9a987c9755990e36e157ace0d6eef586ed8c | |
parent | 7c7b2a621d6d951decaab938e3734604badb131c (diff) |
Just leave it not displaying, actually, bit confusing especially given
old problems don't have the information.
-rwxr-xr-x | web/report.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/report.cgi b/web/report.cgi index e89bc4b61..074e847b6 100755 --- a/web/report.cgi +++ b/web/report.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: report.cgi,v 1.24 2007-05-11 09:47:10 matthew Exp $ +# $Id: report.cgi,v 1.25 2007-05-11 09:51:28 matthew Exp $ use strict; require 5.8.0; @@ -125,7 +125,6 @@ sub list_problems { print '</a>'; print ' <small>(sent to both)</small>' if $_->[3]>1; print ' <small>(sent to none)</small>' if $_->[3]==0; - print ' <small>(no details for other)</small>' if $_->[4]; print '<br><small>' . ent($_->[2]) . '</small>' if $all; print '</li>'; } |