summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c49910c)
raw | patch | inline | side by side (parent: c49910c)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 5 Jan 2010 10:07:46 +0000 (10:07 +0000) | ||
committer | cajus <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 | patch | blob | history |
index f93313b53d6a0bbb2403cf310fbf8a25b1167888..dfa01839be2b14e4d349917389ebbe1055a26013 100644 (file)
// 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;
}