Added alt-texts for IE browser

release-0.6
thomascube 19 years ago
parent 8c67d5801c
commit de2e1eba99

@ -979,7 +979,7 @@ class select extends base_form_element
// provide details about the client's browser // provide details about the client's browser
function rcube_browser() function rcube_browser()
{ {
global $HTTP_USER_AGENT; $HTTP_USER_AGENT = $_SERVER['HTTP_USER_AGENT'];
$bw['ver'] = 0; $bw['ver'] = 0;
$bw['win'] = stristr($HTTP_USER_AGENT, 'win'); $bw['win'] = stristr($HTTP_USER_AGENT, 'win');

Loading…
Cancel
Save