summaryrefslogtreecommitdiff
path: root/rt/lib/RT/Interface/Web.pm
diff options
context:
space:
mode:
authormark <mark>2011-01-01 00:47:17 +0000
committermark <mark>2011-01-01 00:47:17 +0000
commitedd081af5ca8e5fe87a9aaa8d364a70cc4163e74 (patch)
treeee52fdd0d514aeb178be91b1da1f14d79e82edbd /rt/lib/RT/Interface/Web.pm
parent903bebf00a555e3b285df70d031f158b5f817a16 (diff)
limit ticket creation queue dropdowns based on ACL, RT#7778
Diffstat (limited to 'rt/lib/RT/Interface/Web.pm')
-rw-r--r--rt/lib/RT/Interface/Web.pm2
1 files changed, 0 insertions, 2 deletions
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 ) {