[imp] CVS no compose window

Didi Rieder adrieder at sbox.tugraz.at
Sat Jan 4 20:11:43 PST 2003


--On Saturday, January 04, 2003 11:28:50 AM -0500 Chuck Hagenbuch 
<chuck at horde.org> wrote:

> I have it turned on, and it works fine. And this has NOTHING to do with
> compression.

I tested it with compression on and off in php.ini and in 
horde/config/conf.php and it seems to be related to compression:

when compression is off everything works fine, when it is on 
open_compose_win.js is not included in the generated pages.

In horde/imp/lib/IMP.php on line 787 there is

	if(headers_sent()) {
	  require_once IMP_TEMPLATES . '/javascript/open_compose_win.js';
	}

headers_sent() obviosly returns false when compression is on. The code in 
the folowing else tree doesn't seem to include open_compose_win.js

Didi


-- 
---------------------------------
Didi Rieder
adrieder at sbox.tugraz.at
PGPKey at http://wwwkeys.pgp.net
---------------------------------


More information about the imp mailing list