From 4855a07f26d959ed6d32f887ced456a57da813c8 Mon Sep 17 00:00:00 2001 From: robert Date: Fri, 21 Jan 2005 00:28:46 +0000 Subject: [PATCH] update to current COM development --- include/classes/useragent.php-class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.35.3