[Rt-commit] [svn] r1548 - rtir/branches/1.1-TESTING/etc

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Wed Sep 22 13:54:05 EDT 2004


Author: leira
Date: Wed Sep 22 13:54:04 2004
New Revision: 1548

Modified:
   rtir/branches/1.1-TESTING/etc/RTIR_Config.pm
Log:
Removed duplicate hash entry.

Fixed default child formats.


Modified: rtir/branches/1.1-TESTING/etc/RTIR_Config.pm
==============================================================================
--- rtir/branches/1.1-TESTING/etc/RTIR_Config.pm	(original)
+++ rtir/branches/1.1-TESTING/etc/RTIR_Config.pm	Wed Sep 22 13:54:04 2004
@@ -89,30 +89,20 @@
 			__LastUpdatedRelative__,
 			__CreatedRelative__,
 			__NEWLINE__,
+			'',
 			__Requestors__,
 			__OwnerName__,
 			__ToldRelative__,
 			__DueRelative__,
 			__TimeLeft__},
 
-    ReportDefault => qq{'<B><A HREF="$RT::WebPath/Ticket/Display.html?id=__id__">__id__</a></B>/TITLE:#',
-			'<B><A HREF="$RT::WebPath/Ticket/Display.html?id=__id__">__Subject__</a></B>/Title:Subject',
-			'__CustomField.Incident Reports.{_RTIR_State}__/Title:State',
-			__LastUpdatedRelative__,
-			__CreatedRelative__,
-			__NEWLINE__,
-			__Requestors__,
-			__OwnerName__,
-			__ToldRelative__,
-			__DueRelative__,
-			__TimeLeft__},
-    
     InvestigationDefault => qq{'<B><A HREF="$RT::WebPath/Ticket/Display.html?id=__id__">__id__</a></B>/TITLE:#',
 			       '<B><A HREF="$RT::WebPath/Ticket/Display.html?id=__id__">__Subject__</a></B>/Title:Subject',
 			       '__CustomField.Incident Reports.{_RTIR_State}__/Title:State',
 			       __LastUpdatedRelative__,
 			       __CreatedRelative__,
 			       __NEWLINE__,
+			       '',
 			       __Requestors__,
 			       __OwnerName__,
 			       __ToldRelative__,
@@ -125,6 +115,7 @@
 		       __LastUpdatedRelative__,
 		       __CreatedRelative__,
 		       __NEWLINE__,
+		       '',
 		       __Requestors__,
 		       __OwnerName__,
 		       __ToldRelative__,


More information about the Rt-commit mailing list