From edd081af5ca8e5fe87a9aaa8d364a70cc4163e74 Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 1 Jan 2011 00:47:17 +0000 Subject: limit ticket creation queue dropdowns based on ACL, RT#7778 --- rt/lib/RT/Interface/Web.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'rt/lib/RT/Interface') diff --git a/rt/lib/RT/Interface/Web.pm b/rt/lib/RT/Interface/Web.pm index edb719df5..106209d64 100644 --- a/rt/lib/RT/Interface/Web.pm +++ b/rt/lib/RT/Interface/Web.pm @@ -1345,8 +1345,6 @@ sub ParseDateToISO { sub ProcessACLChanges { my $ARGSref = shift; - #XXX: why don't we get ARGSref like in other Process* subs? - my @results; foreach my $arg ( keys %$ARGSref ) { -- cgit v1.2.1