[imp] IMP Compose errors

AJ aj at mindcrash.com
Mon Mar 8 07:54:56 PST 2004


Still seeing this..  Here is what I found.
I compared compose.php from an old CVS HEAD version I had around (v 2.690).
i found a difference in the code below.. when I removed the part:
array('id' => 'message')
HTML composition worked for me again.

[me at box imp]$ grep '$Horde' compose.php
 * $Horde: imp/compose.php,v 2.722 2004/03/05 22:37:48 chuck Exp $

[me at box imp]$ grep '$Horde' ../../../webmail2/docs/imp/compose.php
 * $Horde: imp/compose.php,v 2.690 2003/10/23 19:12:43 slusarz Exp $

[me at box imp]$ diff compose.php ../../../webmail2/docs/imp/compose.php | grep -i
htmlarea
<     $editor = &Horde_Editor::singleton('htmlarea', array('id' => 'message'));
>     $editor = &Horde_Editor::singleton('htmlarea');

Any ideas?

AJ


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



More information about the imp mailing list