]> git.uio.no Git - usit-rt.git/blobdiff - share/html/REST/1.0/Forms/group/ns
Upgrade to 4.2.8
[usit-rt.git] / share / html / REST / 1.0 / Forms / group / ns
index 907324de5f46b9b31b33b4bcd8bddf038bd1fe1a..44b0caa80288b5d9d6bbcc9eda3c16412d41d513 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::Groups;
 
 my $groups = RT::Groups->new($session{CurrentUser});
-$groups->Limit(FIELD => 'Name', OPERATOR => '=', VALUE => $id);
+$groups->Limit(FIELD => 'Name', OPERATOR => '=', VALUE => $id, CASESENSITIVE => 0);
 if ($groups->Count == 0) {
     return (0, "No group named $id exists.");
 }