Revision 97

Date:
2011/04/19 13:42:00
Author:
ahitrov
Revision Log:
Letter body print only for DEBUG
Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/core/comps/inc/sendmail.msn

     
    51 51
    52 52
    53 53 my $body = $email->{body};
    54 warn Dumper($email);
    54 warn Dumper($email) if $DEBUG;
    55 55 my $dt = Contenido::DateTime->new;
    56 56 $dt->set_locale('en_EN');
    57 57 my $pdate = $dt->strftime("%a, %d %b %Y %H:%M:%S %z");