Stalled in the "MyRequests"

edited as follows

[root@test1 Elements]# diff MyRequests MyRequests-
62c62
< my $Query = “Owner = ‘Nobody’ AND ( Status = ‘new’ OR Status =
‘stalled’ OR Status = ‘open’)”;

my $Query = “Owner = ‘Nobody’ AND ( Status = ‘new’ OR Status =
‘open’)”;

this should let the requestor see any tickets s/he reqested that are
also stalled, is that correct.