[Rt-commit] [svn] r1361 - rtir/branches/1.1/html/RTIR/Search/Elements

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Tue Aug 24 03:42:11 EDT 2004


Author: leira
Date: Tue Aug 24 03:42:11 2004
New Revision: 1361

Modified:
   rtir/branches/1.1/html/RTIR/Search/Elements/ProcessQuery
Log:
Pass along Queue argument to the Results page, so that the menu is right.


Modified: rtir/branches/1.1/html/RTIR/Search/Elements/ProcessQuery
==============================================================================
--- rtir/branches/1.1/html/RTIR/Search/Elements/ProcessQuery	(original)
+++ rtir/branches/1.1/html/RTIR/Search/Elements/ProcessQuery	Tue Aug 24 03:42:11 2004
@@ -659,7 +659,7 @@
 
 # {{{ Show the results, if we were asked.
 if ( $ARGS{"DoSearch"} ) {
-    $m->comp($ResultPage , Query => $Query, Format => $Format, Order => $Order, OrderBy => $OrderBy, Rows => $RowsPerPage, BaseQuery => $BaseQuery);
+    $m->comp($ResultPage , Query => $Query, Format => $Format, Order => $Order, OrderBy => $OrderBy, Rows => $RowsPerPage, BaseQuery => $BaseQuery, Queue => $ARGS{'Queue'});
     $m->abort();
 }
 # }}}


More information about the Rt-commit mailing list