From: terry%mozilla.org <> Date: Fri, 24 Mar 2000 09:01:47 +0000 (+0000) Subject: Fix stupid perl warning. X-Git-Tag: bugzilla-2.12~328 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93886ab6aedf3b055243e47ec917f2f96c139c87;p=thirdparty%2Fbugzilla.git Fix stupid perl warning. --- diff --git a/post_bug.cgi b/post_bug.cgi index 3c5f0698fa..0c959ad669 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -42,6 +42,7 @@ sub sillyness { $zz = @::legal_priority; $zz = @::legal_product; $zz = @::legal_severity; + $zz = %::target_milestone; } confirm_login();