From 9e45f64b0cef38af323075b9405dd7dcad9eb5f4 Mon Sep 17 00:00:00 2001 From: "tara%tequilarista.org" <> Date: Sat, 10 Jun 2000 01:03:18 +0000 Subject: Applying timeless' fix for 39918 --- enter_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enter_bug.cgi b/enter_bug.cgi index 4dbda8c64..0a0839aa4 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -211,8 +211,8 @@ sub pickos { /Mozilla.*\(Win95.*\)/ && do {return "Windows 95";}; /Mozilla.*\(Win98.*\)/ && do {return "Windows 98";}; /Mozilla.*\(WinNT.*\)/ && do {return "Windows NT";}; - /Mozilla.*\(Windows.*NT/ && do {return "Windows NT";}; /Mozilla.*Windows NT 5.*\)/ && do {return "Windows 2000";}; + /Mozilla.*\(Windows.*NT/ && do {return "Windows NT";}; } } # default -- cgit v1.2.3-24-g4f1b