[Rt-commit] [svn] r1872 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . etc

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Thu Nov 11 03:55:14 EST 2004


Author: jesse
Date: Thu Nov 11 03:55:14 2004
New Revision: 1872

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
Log:
 r9134 at tinbook:  jesse | 2004-11-11T04:51:34.877785Z
  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/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/RT_Config.pm.in	Thu Nov 11 03:55:14 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