[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.2-10-g7da1577

Alex Vandiver alexmv at bestpractical.com
Fri Jan 31 15:53:59 EST 2014


The branch, 4.2-trunk has been updated
       via  7da1577c94194da517e7feeac982d500e1c7f381 (commit)
      from  aef56c56256c6d2ec6743b1337e35f22a9ab3a29 (commit)

Summary of changes:
 etc/RT_Config.pm.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 7da1577c94194da517e7feeac982d500e1c7f381
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Fri Jan 31 15:50:24 2014 -0500

    Add a missing colon in documentation

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 309601d..fe95a75 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2108,7 +2108,7 @@ Set($UserAutocreateDefaultsOnLogin, undef);
 C<$WebSessionClass> is the class you wish to use for storing sessions.  On
 MySQL, Pg, and Oracle it defaults to using your database, in other cases
 sessions are stored in files using L<Apache::Session::File>. Other installed
-Apache:Session::* modules can be used to store sessions.
+Apache::Session::* modules can be used to store sessions.
 
     Set($WebSessionClass, "Apache::Session::File");
 

-----------------------------------------------------------------------


More information about the rt-commit mailing list