[Rt-commit] r4508 - in rtir/branches/1.9-EXPERIMENTAL: html/RTIR/Incident

ruz at bestpractical.com ruz at bestpractical.com
Thu Feb 9 09:12:34 EST 2006


Author: ruz
Date: Thu Feb  9 09:12:33 2006
New Revision: 4508

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/LinkToIncident.html

Log:
 r673 at cubic-pc:  cubic | 2006-02-08 13:29:18 +0300
 * minor


Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/LinkToIncident.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/LinkToIncident.html	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/LinkToIncident.html	Thu Feb  9 09:12:33 2006
@@ -74,13 +74,14 @@
 my $current_tab = "RTIR/Incident/LinkToIncident.html?id=9"; #XXX: WTF id=9 does here?
 my $tab = $m->interp->apply_escapes($current_tab,'u');
 
-my $QueryString = "&".$m->comp('/Elements/QueryString',
+my $QueryString = $m->comp('/Elements/QueryString',
                                Query => $Query,
                                Format => $Format,
                                Rows => $Rows,
                                OrderBy => $OrderBy,
                                Order => $Order,
-                               Page => $Page);
+                               Page => $Page,
+                          );
 
 my $path = "RTIR/Search/Refine.html?"
     . $m->comp( '/Elements/QueryString',


More information about the Rt-commit mailing list