[Rt-commit] r4485 - in rtir/branches/1.9-EXPERIMENTAL: html/RTIR/Search/Elements

ruz at bestpractical.com ruz at bestpractical.com
Fri Feb 3 18:41:17 EST 2006


Author: ruz
Date: Fri Feb  3 18:41:13 2006
New Revision: 4485

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/ShowResults

Log:
 r619 at cubic-pc:  cubic | 2006-01-27 23:49:48 +0300
 * fix some losten variables


Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/ShowResults
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/ShowResults	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/ShowResults	Fri Feb  3 18:41:13 2006
@@ -13,8 +13,8 @@
 % if ( $Queue eq 'Incident Reports' && $ShowNavigation ) {
 <%PERL>
 # this would do well as a Callback
-my $QueryString = $m->comp('/Elements/QueryString'
-                            Queue     => $Queue
+my $QueryString = $m->comp('/Elements/QueryString',
+                            Queue     => $Queue,
                             Query     => $Query,
                             Format    => $Format,
                             Rows      => $Rows,
@@ -51,6 +51,7 @@
 <%ARGS>
 $Queue          => ''
 $BaseQuery      => ''
+$Format         => ''
 $Query          => ''
 $Rows           => undef
 $Page           => 1


More information about the Rt-commit mailing list