[Bug 573] Changed - Bug with hasFeature() in lib/Browser.php?
bugs@bugs.horde.org
bugs@bugs.horde.org
Sat, 13 Jan 2001 04:32:12 -0400
http://bugs.horde.org/show_bug.cgi?id=573
*** shadow/573 Sat Jan 13 02:42:30 2001
--- shadow/573.tmp.19643 Sat Jan 13 04:32:12 2001
***************
*** 3,10 ****
Version: 2.3 Unstable
Platform: PHP Code
OS/Version: other
! Status: NEW
! Resolution:
Severity: normal
Priority: P2
Component: Core
--- 3,10 ----
Version: 2.3 Unstable
Platform: PHP Code
OS/Version: other
! Status: RESOLVED
! Resolution: FIXED
Severity: normal
Priority: P2
Component: Core
***************
*** 34,36 ****
--- 34,40 ----
Other than that everything works great! Can't wait until the new IMP goes
stable, by the looks of things it is a HUGE improvement over 2.2!
+
+ ------- Additional Comments From chuck@horde.org 01/13/01 04:32 -------
+ oops. Yeah, hasQuirk() had the same problem. a shorter way, btw, is to return
+ !empty($$this->features[$feature]). Thanks for pointing this out.