[Rt-commit] r9092 - in rtir/branches/2.3-EXPERIMENTAL: .
falcone at bestpractical.com
falcone at bestpractical.com
Wed Sep 19 17:15:52 EDT 2007
Author: falcone
Date: Wed Sep 19 17:15:51 2007
New Revision: 9092
Modified:
rtir/branches/2.3-EXPERIMENTAL/ (props changed)
rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm
Log:
r24786 at ketch: falcone | 2007-09-19 11:46:11 -0400
* Elements/Header says "RTIR for $rtirname" which makes this display as
'RTIR for RTIR for' foo by default
Modified: rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm (original)
+++ rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm Wed Sep 19 17:15:51 2007
@@ -8,7 +8,7 @@
# Set the name of the RTIR application.
-Set($rtirname , "RTIR for " . RT->Config->Get('rtname') );
+Set($rtirname , RT->Config->Get('rtname') );
# By default, RT only displays text attachments inline up to the first 16k
# RTIR will display them no matter how long they are
More information about the Rt-commit
mailing list