diff options
| -rw-r--r-- | rt/share/html/Search/Schedule.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Search/Schedule.html b/rt/share/html/Search/Schedule.html index c729ff068..43680b47c 100644 --- a/rt/share/html/Search/Schedule.html +++ b/rt/share/html/Search/Schedule.html @@ -202,7 +202,7 @@       @_,       Query       => "( Status = 'new' OR Status = 'open' OR Status = 'stalled')                       AND ( Type = 'reminder' OR 'Type' = 'ticket' ) -                     AND Queue.id = $queueid ", +                     AND Queue = $queueid ",       slots       => scalar(@usernames),       Embed       => 'Schedule.html',       DimPast     => 1,  | 
