[Rt-commit] r13447 - rt/3.8/trunk/lib/RT

ruz at bestpractical.com ruz at bestpractical.com
Fri Jun 20 11:09:51 EDT 2008


Author: ruz
Date: Fri Jun 20 11:09:48 2008
New Revision: 13447

Modified:
   rt/3.8/trunk/lib/RT/Template_Overlay.pm

Log:
* don't fool yourself, it never worked that way.
  output_to_core is boolean option. that's it.

Modified: rt/3.8/trunk/lib/RT/Template_Overlay.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Template_Overlay.pm	(original)
+++ rt/3.8/trunk/lib/RT/Template_Overlay.pm	Fri Jun 20 11:09:48 2008
@@ -355,10 +355,6 @@
     # Set up the prefix for files with auto-generated names:
     $parser->output_prefix("part");
 
-    # If content length is <= 50000 bytes, store each msg as in-core scalar;
-    # Else, write to a disk file (the default action):
-    $parser->output_to_core(50000);
-
     ### Should we forgive normally-fatal errors?
     $parser->ignore_errors(1);
     $self->{'MIMEObj'} = eval { $parser->parse_data($content) };


More information about the Rt-commit mailing list