[Tickets #602] messages displayed after ingo blacklist/whitelist
are displayed as garbage
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon Sep 20 13:09:21 PDT 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=602
-----------------------------------------------------------------------
Ticket | 602
Updated By | liamr at umich.edu
Summary | messages displayed after ingo blacklist/whitelist are displayed as garbage
Queue | Ingo
Version | RELENG_1
State | Assigned
Priority | 1. Low
Type | Bug
Owners | Michael Slusarz
-----------------------------------------------------------------------
liamr at umich.edu (2004-09-20 13:09) wrote:
I had do add this to get around the non-object error message...
--- Horde.php.orig 2004-09-20 15:53:29.000000000 -0400
+++ Horde.php 2004-09-20 16:03:51.000000000 -0400
@@ -858,4 +858,7 @@
}
+ include_once HORDE_BASE . '/lib/Browser.php';
+ $browser = new Browser();
+
/* Netscape =< 4 is so buggy with compression that we just turn it
completely off for those browsers. */
But that just puts me back to the original behavior (displaying the gzip
output in the browser window when $conf['compress_pages'] is set to true).
More information about the bugs
mailing list