From 6372dbd5d9f79a86989897a14647ef5a4b0363eb Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 19 Oct 2005 01:47:08 +0000 Subject: =?UTF-8?q?Bug=20297593:=20defaultpriority,=20defaultseverity,=20d?= =?UTF-8?q?efaultplatform=20and=20defaultopsys=20parameters=20in=20editpar?= =?UTF-8?q?ams.cgi=20should=20be=20a=20dropdown=20menu=20-=20Patch=20by=20?= =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin=20=20r=3Djoel=20?= =?UTF-8?q?a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editparams.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editparams.cgi') diff --git a/editparams.cgi b/editparams.cgi index 54d3a3a0a..1aa52d81a 100755 --- a/editparams.cgi +++ b/editparams.cgi @@ -48,6 +48,8 @@ my $current_panel = $cgi->param('section') || 'core'; $current_panel =~ /^([A-Za-z0-9_-]+)$/; $current_panel = $1; +GetVersionTable(); + my $current_module; my @panels = (); foreach my $panel (@parampanels) { -- cgit v1.2.1