From 89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Sat, 21 Nov 1998 03:18:33 +0000 Subject: Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. --- sanitycheck.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sanitycheck.cgi') diff --git a/sanitycheck.cgi b/sanitycheck.cgi index 102e017b7..814a1f031 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -18,7 +18,6 @@ # Netscape Communications Corporation. All Rights Reserved. # # Contributor(s): Terry Weissman -# Andrew Anderson use diagnostics; use strict; @@ -43,7 +42,7 @@ sub Alert { sub BugLink { my ($id) = (@_); - return "$id"; + return "$id"; } -- cgit v1.2.3-24-g4f1b