]> git.uio.no Git - usit-rt.git/blobdiff - share/html/REST/1.0/Forms/queue/ns
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / share / html / REST / 1.0 / Forms / queue / ns
index 3ea6bf261d3586e0c6175d95cbdac35856f2ab1a..35dbf097e23df04afb97b3115730371a11b7d713 100644 (file)
@@ -54,7 +54,7 @@ $id
 use RT::Queues;
 
 my $queues = RT::Queues->new($session{CurrentUser});
-$queues->Limit(FIELD => 'Name', OPERATOR => '=', VALUE => $id);
+$queues->Limit(FIELD => 'Name', OPERATOR => '=', VALUE => $id, CASESENSITIVE => 0 );
 if ($queues->Count == 0) {
     return (0, "No queue named $id exists.");
 }