Project

General

Profile

Bug #16657 » ie7_fix.diff

Administrator Admin, 2006-11-03 14:53

View differences:

t3lib/class.t3lib_div.php (Arbeitskopie)
$bInfo['BROWSER']= 'konqu';
} elseif (strstr($useragent,'Opera')) {
$bInfo['BROWSER']= 'opera';
} elseif (strstr($useragent,'MSIE 4') || strstr($useragent,'MSIE 5') || strstr($useragent,'MSIE 6')) {
} elseif (strstr($useragent,'MSIE 4') || strstr($useragent,'MSIE 5') || strstr($useragent,'MSIE 6') || strstr($useragent,'MSIE 7')) {
$bInfo['BROWSER']= 'msie';
} elseif (strstr($useragent,'Mozilla/4') || strstr($useragent,'Mozilla/5')) {
$bInfo['BROWSER']='net';
(2-2/2)