diff options
author | ivan <ivan> | 2006-10-17 08:51:01 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-10-17 08:51:01 +0000 |
commit | c8cccb4a92adceb943c635fe62dad0d034462ce0 (patch) | |
tree | 0a33472e21f5174091e49e245f5bd68a235d4d50 /rt/lib/RT/I18N.pm | |
parent | acd0f14d8f619055b4292c178b14682974fb0099 (diff) | |
parent | a513c0bef534d05f03c1242831b6f3be19b97dae (diff) |
This commit was generated by cvs2svn to compensate for changes in r4888,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'rt/lib/RT/I18N.pm')
-rw-r--r-- | rt/lib/RT/I18N.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/lib/RT/I18N.pm b/rt/lib/RT/I18N.pm index affff981b..e45faf3af 100644 --- a/rt/lib/RT/I18N.pm +++ b/rt/lib/RT/I18N.pm @@ -223,7 +223,7 @@ sub SetMIMEEntityToEncoding { # {{{ Convert the body eval { - $RT::Logger->debug("Converting '$charset' to '$enc' for ". $head->mime_type . " - ". $head->get('subject')); + $RT::Logger->debug("Converting '$charset' to '$enc' for ". $head->mime_type . " - ". ($head->get('subject') || 'Subjectless message')); # NOTE:: see the comments at the end of the sub. Encode::_utf8_off( $lines[$_] ) foreach ( 0 .. $#lines ); |