[Rt-commit] r3548 - in rtfm/branches/2.1-TESTING: . lib/RT/FM

alexmv at bestpractical.com alexmv at bestpractical.com
Thu Jul 28 15:02:32 EDT 2005


Author: alexmv
Date: Thu Jul 28 15:02:32 2005
New Revision: 3548

Modified:
   rtfm/branches/2.1-TESTING/   (props changed)
   rtfm/branches/2.1-TESTING/lib/RT/FM/ArticleCollection_Overlay.pm
Log:
 r5458 at zoq-fot-pik:  chmrr | 2005-07-28 15:02:25 -0400
  * Um, '=' != '0'; MySQL loves me too much, and let me get away with it


Modified: rtfm/branches/2.1-TESTING/lib/RT/FM/ArticleCollection_Overlay.pm
==============================================================================
--- rtfm/branches/2.1-TESTING/lib/RT/FM/ArticleCollection_Overlay.pm	(original)
+++ rtfm/branches/2.1-TESTING/lib/RT/FM/ArticleCollection_Overlay.pm	Thu Jul 28 15:02:32 2005
@@ -235,7 +235,7 @@
     $self->Limit(
         LEFTJOIN => $ObjectValuesAlias,
         FIELD    => 'Disabled',
-        VALUE    => '='
+        VALUE    => '0'
     );
 
     if ( $args{'FIELD'} ) {


More information about the Rt-commit mailing list