thomascube
2007-05-18 c944cde4d05164b6271b4f3acbbe2855e31b1a97
program/steps/mail/compose.inc
@@ -42,6 +42,8 @@
    }
  }
// this version does not support HTML mails
$CONFIG['htmleditor'] = false;
$MESSAGE_FORM = NULL;
$MESSAGE = NULL;
@@ -406,10 +408,6 @@
    $body = rcmail_create_draft_body($body, $isHtml);
    }
  $OUTPUT->include_script('tiny_mce/tiny_mce.js');
  $OUTPUT->include_script("editor.js");
  $OUTPUT->add_script('rcmail_editor_init("$__skin_path");');
  $out = $form_start ? "$form_start\n" : '';
@@ -862,7 +860,6 @@
  'composeattachmentform' => 'rcmail_compose_attachment_form',
  'composeattachment' => 'rcmail_compose_attachment_field',
  'priorityselector' => 'rcmail_priority_selector',
  'editorselector' => 'rcmail_editor_selector',
  'receiptcheckbox' => 'rcmail_receipt_checkbox',
));