[Rt-commit] [svn] r1788 - in rt/branches/3.3-TESTING: . etc

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Wed Nov 10 07:58:23 EST 2004


Author: jesse
Date: Wed Nov 10 07:58:22 2004
New Revision: 1788

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/etc/RT_Config.pm.in
Log:
 r9042 at tinbook:  jesse | 2004-11-10T12:55:27.433932Z
  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.3-TESTING/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.3-TESTING/etc/RT_Config.pm.in	(original)
+++ rt/branches/3.3-TESTING/etc/RT_Config.pm.in	Wed Nov 10 07:58:22 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