[dev] Fix for [cvs] commit: imp compose.php

Joel Vandal jvandal at infoteck.qc.ca
Fri Nov 14 11:12:51 PST 2003


Hi,

>   Modified files:
>     .                    compose.php
>   Log:
>   Make sure to use default sending_charset if locked.

I think that you miss this one... always return :    Content-Type:
text/plain; charset=""   if sending_charset is lock.

Index: compose.php
===================================================================
RCS file: /repository/imp/compose.php,v
retrieving revision 2.692
diff -r2.692 compose.php
204c204
<     global $conf;
---
>     global $conf, $charset;
230d229
<     $charset = Util::getFormData('charset');



More information about the dev mailing list