From d100decf4aec5185e984f23a717e505ef50a7bb6 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 5 Jan 2010 10:07:46 +0000 Subject: [PATCH] Include IE in workaround list, too git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15045 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 f93313b53..dfa01839b 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -267,7 +267,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)/i', $_SERVER['HTTP_USER_AGENT'])){ + if (preg_match('/(Opera|Konqueror|Safari|msie)/i', $_SERVER['HTTP_USER_AGENT'])){ $switch= true; } -- 2.30.2