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

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Thu Aug 19 00:56:19 EDT 2004


Author: leira
Date: Thu Aug 19 00:56:18 2004
New Revision: 1355

Modified:
   rtir/branches/1.1/html/RTIR/Search/Results.html
Log:
Actually add the base query to the query.


Modified: rtir/branches/1.1/html/RTIR/Search/Results.html
==============================================================================
--- rtir/branches/1.1/html/RTIR/Search/Results.html	(original)
+++ rtir/branches/1.1/html/RTIR/Search/Results.html	Thu Aug 19 00:56:18 2004
@@ -46,7 +46,6 @@
 <& /Elements/Header, Title => $title, Refresh => $session{'tickets_refresh_interval'} &>
 <& '/RTIR/'.$Type.'/Elements/Tabs', 
     current_tab => "RTIR/Search/Results.html?Queue=$Queue$QueryString", 
-    current_subtab => "RTIR/Search/Results.html?Queue=$Queue$QueryString", 
     Title => $title,
     Format => $Format,
     Query => $Query,
@@ -102,6 +101,8 @@
     $BaseQuery = $m->comp('/RTIR/Elements/BaseQuery', Queue => $Queue);
 }
 
+$Query = "$BaseQuery AND ( $Query )";
+
 </%INIT>
 
 <%CLEANUP>


More information about the Rt-commit mailing list