[dev] Patch: lib/Block/iframe.php
Joe Wilson
joe.wilson at mindcandy.org
Mon Aug 4 18:48:59 PDT 2003
Minor typo that makes this not work at all.
J
Index: iframe.php
===================================================================
RCS file: /usr/local/cvs/horde/horde/lib/Block/iframe.php,v
retrieving revision 1.2
diff -u -r1.2 iframe.php
--- iframe.php 2 Aug 2003 21:24:17 -0000 1.2
+++ iframe.php 5 Aug 2003 01:46:42 -0000
@@ -47,7 +47,7 @@
require_once HORDE_BASE . '/lib/Browser.php';
$browser = &Browser::singleton();
- if (!$browser->hasFeature('iframe')) {
+ if (!$browser->hasFeature('iframes')) {
$html = _("Your browser does not support this feature.");
} else {
if ($browser->isBrowser('msie')) {
*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
*#
*# Joe Wilson (917) 690-0507 (c)
*# 884 Palmer Ave. (914) 777-3250 (h)
*# Mamaroneck, NY 10543
*#
*# He to whom [the mysterious] is a stranger,
*# who can no longer pause to wonder and stand
*# rapt in awe, is as good as dead: his eyes are closed.
*# - Albert Einstein
*#
*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*
More information about the dev
mailing list