update to current COM development
authorrobert <robert>
Fri, 21 Jan 2005 00:28:46 +0000 (00:28 +0000)
committerrobert <robert>
Fri, 21 Jan 2005 00:28:46 +0000 (00:28 +0000)
include/classes/useragent.php-class

index 4d7689c7c20fa22bacf5dcba69ff18dc45f0263a..f5df93dea6c876bae58c084fb2adbbe59be1be48 100755 (executable)
@@ -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;
       }