]> git.uio.no Git - usit-rt.git/blobdiff - lib/RT/Shredder/Plugin/Users.pm
Upgrade to 4.2.2
[usit-rt.git] / lib / RT / Shredder / Plugin / Users.pm
index 244a2621b97635069b953d5f51639c2a7161d97a..74ac9504b1faf6d7ff9919f48a15f02c527172cb 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)
@@ -183,6 +183,7 @@ sub Run
         $objs->Limit( FIELD => 'Name',
                   OPERATOR => 'MATCHES',
                   VALUE => $self->{'opt'}{'name'},
+                  CASESENSITIVE => 0,
                 );
     }
     if( $self->{'opt'}{'member_of'} ) {