[Rt-commit] [svn] r1768 - in rt/branches/3.2-RELEASE: . etc

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Tue Nov 9 21:24:07 EST 2004


Author: jesse
Date: Tue Nov  9 21:24:05 2004
New Revision: 1768

Modified:
   rt/branches/3.2-RELEASE/   (props changed)
   rt/branches/3.2-RELEASE/etc/RT_Config.pm.in
Log:
 r8971 at tinbook:  jesse | 2004-11-10T02:24:26.255370Z
 Fixed the MaxAttachmentSize variable name in comments. Thanks to Graham Dunn


Modified: rt/branches/3.2-RELEASE/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.2-RELEASE/etc/RT_Config.pm.in	(original)
+++ rt/branches/3.2-RELEASE/etc/RT_Config.pm.in	Tue Nov  9 21:24:05 2004
@@ -104,12 +104,12 @@
 Set($MaxAttachmentSize , 10000000);
 
 # $TruncateLongAttachments: if this is set to a non-undef value,
-# RT will truncate attachments longer than MaxAttachmentLength.
+# RT will truncate attachments longer than MaxAttachmentSize.
 
 Set($TruncateLongAttachments , undef);
 
 # $DropLongAttachments: if this is set to a non-undef value,
-# RT will silently drop attachments longer than MaxAttachmentLength.
+# RT will silently drop attachments longer than MaxAttachmentSize.
 
 Set($DropLongAttachments , undef);
 


More information about the Rt-commit mailing list