Code

Include IE in workaround list, too
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 5 Jan 2010 10:07:46 +0000 (10:07 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 5 Jan 2010 10:07:46 +0000 (10:07 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15045 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_listing.inc

index f93313b53d6a0bbb2403cf310fbf8a25b1167888..dfa01839be2b14e4d349917389ebbe1055a26013 100644 (file)
@@ -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;
     }