From 92cee2c383c4e44693b69ed45390af31b4aca09d Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Tue, 28 Sep 1999 04:25:16 +0000 Subject: Patch by Markus Rex -- add a param to contorl whether to show quips. --- reports.cgi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'reports.cgi') diff --git a/reports.cgi b/reports.cgi index 21cfd780e..0b78969af 100755 --- a/reports.cgi +++ b/reports.cgi @@ -147,7 +147,13 @@ $charts  Links to Bugs
 Banner
- Quip
+FIN + if (Param('usequip')) { + print " Quip
"; + } else { + print ""; + } + print < -- cgit v1.2.3-24-g4f1b