From acf7518223db6d3d10709c76607de1eb87d2ccd2 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Sun, 18 Nov 2001 07:05:48 +0000 Subject: Fix for bug 100788: enter_bug.cgi wasn't correctly interpretting whether or not a partial URL needed an http:// added to the front of it, which had the side-effect of duplicating the http:// on the front when a URL was passed from Bugzilla Helper. Patch by Josh Soref r= justdave, caillon --- enter_bug.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'enter_bug.cgi') diff --git a/enter_bug.cgi b/enter_bug.cgi index c96c71b2c..bd55b7363 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -437,7 +437,8 @@ print " URL: - -- cgit v1.2.3-24-g4f1b