Code

Updated listing to handle IE (more or less) correctly
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Feb 2010 12:34:01 +0000 (12:34 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Feb 2010 12:34:01 +0000 (12:34 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15540 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_listing.inc

index d939882cf8a1457ebf0fbe732d5b7df8722e9a8d..2accbf8f293cd43101d1de01ebc3d38f9a9520a6 100644 (file)
@@ -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;
     }