From 5ac3c944912d06910b0273dc801b04b981245ba3 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Wed, 3 Feb 1999 10:46:50 +0000 Subject: Added support for URLs that describe the milestones for various projects. --- bug_form.pl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index 595d5808e..8876f8827 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -146,11 +146,18 @@ print " $bug{'assigned_to'}"; if (Param("usetargetmilestone")) { + my $url = ""; + if (defined $::milestoneurl{$bug{'product'}}) { + $url = $::milestoneurl{$bug{'product'}}; + } + if ($url eq "") { + $url = "notargetmilestone.html"; + } if ($bug{'target_milestone'} eq "") { $bug{'target_milestone'} = " "; } print " -Target Milestone: +Target Milestone: