X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FObjectCustomFieldValues.pm;h=486265e26102c1e4dd2565ac6d94cab8868d5284;hb=b8988e1d3ac75af63c85e8563e57701030315a9e;hp=dad4a69176b52928dfb38bf63f0c9b32d806384f;hpb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;p=freeside.git diff --git a/rt/lib/RT/ObjectCustomFieldValues.pm b/rt/lib/RT/ObjectCustomFieldValues.pm index dad4a6917..486265e26 100644 --- a/rt/lib/RT/ObjectCustomFieldValues.pm +++ b/rt/lib/RT/ObjectCustomFieldValues.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -139,7 +139,7 @@ sub _DoSearch { my $self = shift; # unless we really want to find disabled rows, - # make sure we\'re only finding enabled ones. + # make sure we're only finding enabled ones. unless ( $self->{'find_expired_rows'} ) { $self->LimitToEnabled(); } @@ -151,7 +151,7 @@ sub _DoCount { my $self = shift; # unless we really want to find disabled rows, - # make sure we\'re only finding enabled ones. + # make sure we're only finding enabled ones. unless ( $self->{'find_expired_rows'} ) { $self->LimitToEnabled(); }