aboutsummaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
diff options
context:
space:
mode:
authortimeless%mac.com <>2001-09-14 03:41:59 +0000
committertimeless%mac.com <>2001-09-14 03:41:59 +0000
commit1e5a42d8225720233c9c698c48a4a733b3ad1841 (patch)
tree99cae612441b91542a137e4056e545493e06cd29 /enter_bug.cgi
parent95d6555deb7e4bd104874dfed1a84fd67982de93 (diff)
downloadbugs-1e5a42d8225720233c9c698c48a4a733b3ad1841.tar
bugs-1e5a42d8225720233c9c698c48a4a733b3ad1841.tar.gz
bugs-1e5a42d8225720233c9c698c48a4a733b3ad1841.tar.bz2
bugs-1e5a42d8225720233c9c698c48a4a733b3ad1841.tar.xz
bugs-1e5a42d8225720233c9c698c48a4a733b3ad1841.zip
bugzilla wasn't catching mozilla on 98 which was annoying. r=jake
Diffstat (limited to 'enter_bug.cgi')
-rwxr-xr-xenter_bug.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/enter_bug.cgi b/enter_bug.cgi
index a44153337..cd50cded7 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -211,8 +211,8 @@ sub pickos {
/Mozilla.*\(.*;.*; FreeBSD.*\)/ && do {return "FreeBSD";};
/Mozilla.*\(Win16.*\)/ && do {return "Windows 3.1";};
/Mozilla.*\(.*Win95.*\)/ && do {return "Windows 95";};
- /Mozilla.*\(Win98.*\)/ && do {return "Windows 98";};
- /Mozilla.*\(WinNT.*\)/ && do {return "Windows NT";};
+ /Mozilla.*\(.*Win98.*\)/ && do {return "Windows 98";};
+ /Mozilla.*\(.*WinNT.*\)/ && do {return "Windows NT";};
/Mozilla.*Windows NT 5.*\)/ && do {return "Windows 2000";};
/Mozilla.*\(Windows.*NT/ && do {return "Windows NT";};
}