[Rt-commit] [svn] r1403 - rtir/branches/1.1/html/RTIR/Incident

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Thu Sep 2 17:53:31 EDT 2004


Author: leira
Date: Thu Sep  2 17:53:31 2004
New Revision: 1403

Modified:
   rtir/branches/1.1/html/RTIR/Incident/LinkToIncident.html
Log:
We have to set $ARGS{'Format'} to the right value.


Modified: rtir/branches/1.1/html/RTIR/Incident/LinkToIncident.html
==============================================================================
--- rtir/branches/1.1/html/RTIR/Incident/LinkToIncident.html	(original)
+++ rtir/branches/1.1/html/RTIR/Incident/LinkToIncident.html	Thu Sep  2 17:53:31 2004
@@ -59,6 +59,7 @@
 $child = $ARGS{'id'} if !$child;
 
 $Format = $RT::RTIRLinkIncidentSearchResultFormat;
+$ARGS{'Format'} = $Format;
 
 my ($Type, undef) = $m->comp('/RTIR/Elements/Type', Queue => 'Incidents');
 


More information about the Rt-commit mailing list