[Rt-commit] [svn] r1543 - rt/branches/3.3-TESTING/html/Elements
tla at pallas.eruditorum.org
tla at pallas.eruditorum.org
Wed Sep 22 04:08:51 EDT 2004
Author: tla
Date: Wed Sep 22 04:08:50 2004
New Revision: 1543
Modified:
rt/branches/3.3-TESTING/html/Elements/SelectOwner
Log:
If we unlimit the queues, then queues will show up, and then users will
show up, and then customers will be happy.
Modified: rt/branches/3.3-TESTING/html/Elements/SelectOwner
==============================================================================
--- rt/branches/3.3-TESTING/html/Elements/SelectOwner (original)
+++ rt/branches/3.3-TESTING/html/Elements/SelectOwner Wed Sep 22 04:08:50 2004
@@ -65,6 +65,7 @@
}
else {
my $Queues = RT::Queues->new($session{CurrentUser});
+ $Queues->UnLimit();
while (my $Queue = $Queues->Next()) {
push( @objects, $Queue );
}
More information about the Rt-commit
mailing list