summaryrefslogtreecommitdiff
path: root/rt/html/index.html
diff options
context:
space:
mode:
authorivan <ivan>2004-03-11 02:05:38 +0000
committerivan <ivan>2004-03-11 02:05:38 +0000
commiteb9668a6f3181ee02cb335272c5ee4616e61fd09 (patch)
treef5a22d9141723fd9e2fdb40430e4a38743b72604 /rt/html/index.html
parent25953817e61fd252c18241699c0b6cdc3fa54121 (diff)
parent289340780927b5bac2c7604d7317c3063c6dd8cc (diff)
This commit was generated by cvs2svn to compensate for changes in r3241,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'rt/html/index.html')
-rw-r--r--rt/html/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/html/index.html b/rt/html/index.html
index 39eac8d61..798972d94 100644
--- a/rt/html/index.html
+++ b/rt/html/index.html
@@ -53,7 +53,8 @@ if ( $ARGS{'q'} ) {
$session{'tickets'} = RT::Tickets->new( $session{'CurrentUser'} );
if ( $query =~ m/\@/ ) {
- $session{'tickets'}->LimitRequestor( VALUE => $query,
+ $session{'tickets'}->LimitWatcher( VALUE => $query,
+ TYPE => 'Requestor',
OPERATOR => '=', );
$m->redirect("$RT::WebPath/Search/Listing.html");
}