[Rt-commit] rt branch, 4.0/case-insensitive-article-search, updated. rt-4.0.5-136-g5e80e8e

Jim Brandt jbrandt at bestpractical.com
Fri Jun 8 16:58:25 EDT 2012


The branch, 4.0/case-insensitive-article-search has been updated
       via  5e80e8ea754408a97f67480e0916b7e6a6371fe2 (commit)
      from  1f95ff1bf64b6492ad06c3a70aaca724861255f5 (commit)

Summary of changes:
 lib/RT/Articles.pm |    1 -
 1 file changed, 1 deletion(-)

- Log -----------------------------------------------------------------
commit 5e80e8ea754408a97f67480e0916b7e6a6371fe2
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Jun 8 16:56:50 2012 -0400

    Remove CASESENSITIVE from NULL value Limit.

diff --git a/lib/RT/Articles.pm b/lib/RT/Articles.pm
index 31f03db..47d0ebe 100644
--- a/lib/RT/Articles.pm
+++ b/lib/RT/Articles.pm
@@ -370,7 +370,6 @@ sub LimitCustomField {
             QUOTEVALUE      => 0,
             ENTRYAGGREGATOR => 'AND',
             SUBCLAUSE       => $clause,
-            CASESENSITIVE   => 0,
         );
     }
     else {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list