From 7653c2e01e3f04b4cb08ba0ead6be24f84c054ac Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 1 Feb 2010 12:34:01 +0000 Subject: [PATCH] Updated listing to handle IE (more or less) correctly git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15540 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_listing.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index d939882cf..2accbf8f2 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -271,7 +271,7 @@ class listing { // Some browsers don't have the ability do do scrollable table bodies, filter them // here. $switch= false; - if (preg_match('/(Opera|Konqueror|Safari|msie)/i', $_SERVER['HTTP_USER_AGENT'])){ + if (preg_match('/(Opera|Konqueror|Safari)/i', $_SERVER['HTTP_USER_AGENT'])){ $switch= true; } -- 2.30.2