From d8000a5968b530e499bae2006d62e9300d8e8491 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Thu, 18 Aug 2005 01:15:05 +0000 Subject: Bug 299848: enter_bug's automatic OS/Platform code does not work with the new default OS list Patch By Max Kanat-Alexander r=wurblzap, a=justdave --- Bugzilla/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Config.pm') diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 2dcadd30d..c124d62bd 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -204,7 +204,7 @@ sub UpdateParams { $param{'defaultplatform'} = 'Other'; } if (!exists $param{'defaultopsys'}) { - $param{'defaultopsys'} = 'other'; + $param{'defaultopsys'} = 'Other'; } } delete $param{'usebrowserinfo'}; -- cgit v1.2.3-24-g4f1b