Send Admin HTML e-mails
I realised an entry is set to my config, to change to standard.
In
catalog/admin/mail.php
about line 210 find:
<td><?php echo tep_draw_textarea_field1('message', 'soft', '60', '15', $message); ?></td>
change the field1 so it reads field, so you get:
<td><?php echo tep_draw_textarea_field('message', 'soft', '60', '15', $message); ?></td>
Thats it, attached is empty.
http://addons.oscommerce.com/info/5806