<% $RT::rtname %> - Project Count <% $RT::WebBaseURL %> <% $RT::Organization %> <% $QueueCount %> % $m->abort; <%INIT> $r->content_type('text/xml'); my $Queues = RT::Queues->new($RT::SystemUser); $Queues->UnLimit; $Queues->Limit( FIELD => 'Disabled', OPERATOR => '=', VALUE => '0'); $Queues->OrderBy( FIELD => 'FinalPriority', ORDER => 'DESC' ); my $QueueCount = $Queues->Count;