[Rt-commit] [svn] r720 - in rt: . branches/rt-3.1/lib/RT

autrijus at pallas.eruditorum.org autrijus at pallas.eruditorum.org
Wed Apr 21 15:02:49 EDT 2004


Author: autrijus
Date: Wed Apr 21 15:02:49 2004
New Revision: 720

Modified:
   rt/   (props changed)
   rt/branches/rt-3.1/lib/RT/SearchBuilder.pm
Log:
 r4029 at not:  autrijus | 2004-04-21T19:02:16.687603Z

 * cherry-pick merge previous commit from 3.3 to 3.1.


Modified: rt/branches/rt-3.1/lib/RT/SearchBuilder.pm
==============================================================================
--- rt/branches/rt-3.1/lib/RT/SearchBuilder.pm	(original)
+++ rt/branches/rt-3.1/lib/RT/SearchBuilder.pm	Wed Apr 21 15:02:49 2004
@@ -151,8 +151,8 @@
     $self->Limit(
 	ALIAS	   => $alias,
 	FIELD      => 'Content',
-	OPERATOR   => '=',
-	VALUE      => '0',
+	OPERATOR   => 'IS',
+	VALUE      => 'NULL',
 	ENTRYAGGREGATOR => 'OR',
     ) if $args{EMPTY};
 }


More information about the Rt-commit mailing list