[dev] Browser patch

Mario Andres Yepes C marioy at upb.edu.co
Tue May 6 10:15:31 PDT 2003


This is a small patch to register konqueror 3 as a iframes capable browser.

Index: Browser.php
===================================================================
RCS file: /repository/horde/lib/Browser.php,v
retrieving revision 1.96
diff -u -r1.96 Browser.php
--- Browser.php 12 Apr 2003 21:09:51 -0000      1.96
+++ Browser.php 6 May 2003 14:06:04 -0000
@@ -305,6 +305,7 @@
                 switch ($this->_majorVersion) {
                   case 3:
                     $this->setFeature('dom');
+                    $this->setFeature('iframes');
                     break;
                 }



Regards
Mario


More information about the dev mailing list