[Rt-commit] r12887 - in rt/branches/3.8-TESTING: etc

alexmv at bestpractical.com alexmv at bestpractical.com
Wed Jun 4 15:56:38 EDT 2008


Author: alexmv
Date: Wed Jun  4 15:56:37 2008
New Revision: 12887

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/etc/RT_Config.pm.in

Log:
 r32527 at kohr-ah:  chmrr | 2008-06-04 15:56:23 -0400
  * Fix wrapping error


Modified: rt/branches/3.8-TESTING/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.8-TESTING/etc/RT_Config.pm.in	(original)
+++ rt/branches/3.8-TESTING/etc/RT_Config.pm.in	Wed Jun  4 15:56:37 2008
@@ -744,7 +744,8 @@
 
 # Set $UseTransactionBatch to 1 to execute transactions in batches,
 # such that a resolve and comment (for example) would happen
-# simultaneously, instead of as two transactions, unaware of each# others' existence.
+# simultaneously, instead of as two transactions, unaware of each
+# others' existence.
 Set($UseTransactionBatch, 0);
 
 # Set @CustomFieldValuesSources to a list of class names which extend


More information about the Rt-commit mailing list