[Rt-commit] r5520 - rt/branches/3.4-RELEASE/etc
    ruz at bestpractical.com 
    ruz at bestpractical.com
       
    Tue Jul  4 01:36:47 EDT 2006
    
    
  
Author: ruz
Date: Tue Jul  4 01:36:46 2006
New Revision: 5520
Modified:
   rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
Log:
* forgot to add option to config
Modified: rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.4-RELEASE/etc/RT_Config.pm.in	(original)
+++ rt/branches/3.4-RELEASE/etc/RT_Config.pm.in	Tue Jul  4 01:36:46 2006
@@ -391,6 +391,11 @@
 
 Set($MaxInlineBody, 13456);
 
+# By default, RT shows newest transactions at the bottom of the ticket
+# history page, if you want see them at the top set this to '0'.
+
+Set($OldestTransactionsFirst, '1');
+
 # $MyTicketsLength is the length of the owned tickets table on the
 # front page. For some people, the default of 10 isn't big enough
 # to get a feel for how much work needs to be done before you get
    
    
More information about the Rt-commit
mailing list