alecpl
2012-01-01 7152f59f04fc2ecfc0bcfb9a50758c3757c119f8
program/steps/mail/compose.inc
@@ -1262,7 +1262,7 @@
function rcmail_compose_attachment_form($attrib)
{
  global $RCMAIL, $OUTPUT;
  global $OUTPUT;
  // set defaults
  $attrib += array('id' => 'rcmUploadbox', 'buttons' => 'yes');
@@ -1382,8 +1382,6 @@
function rcmail_editor_selector($attrib)
{
  global $CONFIG, $MESSAGE, $compose_mode;
  // determine whether HTML or plain text should be checked
  $useHtml = rcmail_compose_editor_mode();