From 0ca30382be83fccfc4e352096c87c56bbf8a673c Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Tue, 17 Nov 1998 03:43:49 +0000 Subject: Patch by Andrew Anderson . Many minor bugfixes and cleanup. --- sanitycheck.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sanitycheck.cgi') diff --git a/sanitycheck.cgi b/sanitycheck.cgi index 814a1f031..102e017b7 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -18,6 +18,7 @@ # Netscape Communications Corporation. All Rights Reserved. # # Contributor(s): Terry Weissman +# Andrew Anderson use diagnostics; use strict; @@ -42,7 +43,7 @@ sub Alert { sub BugLink { my ($id) = (@_); - return "$id"; + return "$id"; } -- cgit v1.2.3-24-g4f1b