From: robert Date: Fri, 21 Jan 2005 00:28:46 +0000 (+0000) Subject: update to current COM development X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=commitdiff_plain;h=4855a07f26d959ed6d32f887ced456a57da813c8 update to current COM development --- diff --git a/include/classes/useragent.php-class b/include/classes/useragent.php-class index 4d7689c..f5df93d 100755 --- a/include/classes/useragent.php-class +++ b/include/classes/useragent.php-class @@ -431,7 +431,7 @@ class userAgent { function isie() { if (!isset($this->uadata['is_ie'])) { - $is_ie = false; + $this->uadata['is_ie'] = false; if (strstr($this->brand, 'Internet Explorer')) { $this->uadata['is_ie'] = true; }