Diff for /loncom/interface/lonsupportreq.pm between versions 1.57 and 1.58

version 1.57, 2010/07/09 14:40:20 version 1.58, 2010/11/10 14:44:50
Line 754  END Line 754  END
     if ($bcc ne '') {      if ($bcc ne '') {
         $msg->add("Bcc" => $bcc);          $msg->add("Bcc" => $bcc);
     }      }
       $msg->add('Content-type','text/plain; charset=UTF-8');
   
     if ($attachmentpath) {      if ($attachmentpath) {
         my ($type, $encoding) = MIME::Types::by_suffix($attachmentpath);          my ($type, $encoding) = MIME::Types::by_suffix($attachmentpath);

Removed from v.1.57  
changed lines
  Added in v.1.58


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>