[Rt-commit] r4476 - in rtir/branches/1.9-EXPERIMENTAL: etc

ruz at bestpractical.com ruz at bestpractical.com
Fri Feb 3 18:39:53 EST 2006


Author: ruz
Date: Fri Feb  3 18:39:51 2006
New Revision: 4476

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm

Log:
 r615 at cubic-pc:  cubic | 2006-01-27 17:33:18 +0300
 * fix config handling


Modified: rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm	Fri Feb  3 18:39:51 2006
@@ -1,6 +1,6 @@
 # Set the name of the RTIR application.
 
-Set($rtirname , "RTIR for " . $rtname);
+Set($rtirname , "RTIR for " . RT->Config->Get('rtname') );
 
 
 # Set the number of days a message awaiting an external response


More information about the Rt-commit mailing list