[Rt-commit] [svn] r1439 -
rtir/branches/1.1/html/RTIR/Search/Elements
leira at pallas.eruditorum.org
leira at pallas.eruditorum.org
Wed Sep 8 00:26:51 EDT 2004
Author: leira
Date: Wed Sep 8 00:26:51 2004
New Revision: 1439
Modified:
rtir/branches/1.1/html/RTIR/Search/Elements/ProcessQuery
Log:
Don't put RT::WebPath in ->comp.
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 Wed Sep 8 00:26:51 2004
@@ -659,7 +659,7 @@
# {{{ Show the results, if we were asked.
if ( $ARGS{"DoSearch"} ) {
- $m->comp($RT::WebPath . $ResultPage, Query => $Query, Format => $Format, Order => $Order, OrderBy => $OrderBy, Rows => $RowsPerPage, BaseQuery => $BaseQuery, Queue => $ARGS{'Queue'}, id => $ARGS{'id'});
+ $m->comp($ResultPage, Query => $Query, Format => $Format, Order => $Order, OrderBy => $OrderBy, Rows => $RowsPerPage, BaseQuery => $BaseQuery, Queue => $ARGS{'Queue'}, id => $ARGS{'id'});
$m->abort();
}
# }}}
More information about the Rt-commit
mailing list