From: cajus Date: Mon, 1 Feb 2010 12:34:01 +0000 (+0000) Subject: Updated listing to handle IE (more or less) correctly X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7653c2e01e3f04b4cb08ba0ead6be24f84c054ac;p=gosa.git 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 --- 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; }