[Rt-commit] r12602 - rt/branches/3.8-TESTING/lib/RT

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed May 21 08:43:41 EDT 2008


Author: sunnavy
Date: Wed May 21 08:43:38 2008
New Revision: 12602

Modified:
   rt/branches/3.8-TESTING/lib/RT/Transaction_Overlay.pm

Log:
doc update

Modified: rt/branches/3.8-TESTING/lib/RT/Transaction_Overlay.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Transaction_Overlay.pm	(original)
+++ rt/branches/3.8-TESTING/lib/RT/Transaction_Overlay.pm	Wed May 21 08:43:38 2008
@@ -278,7 +278,8 @@
 
 If $args{'Type'} is set to C<text/html>, plain texts are upgraded to HTML.
 Otherwise, HTML texts are downgraded to plain text.  If $args{'Type'} is
-missing, it defaults to the value of C<$RT::Transaction::PreferredContentType>.
+missing, it defaults to the value of C<$RT::Transaction::PreferredContentType>,
+if that's missing too, defaults to 'text/plain'.
 
 =cut
 


More information about the Rt-commit mailing list