]> git.uio.no Git - usit-rt.git/blobdiff - share/html/REST/1.0/Forms/queue/ns
Upgrade to 4.2.8
[usit-rt.git] / share / html / REST / 1.0 / Forms / queue / ns
index 3ea6bf261d3586e0c6175d95cbdac35856f2ab1a..036276b99dfcb334dc2a11164d777877621780e9 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
@@ -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.");
 }