[Rt-commit] [svn] r733 - in rt: . branches/rt-3.3/lib/RT

autrijus at pallas.eruditorum.org autrijus at pallas.eruditorum.org
Fri Apr 23 15:09:41 EDT 2004


Author: autrijus
Date: Fri Apr 23 15:09:40 2004
New Revision: 733

Modified:
   rt/   (props changed)
   rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm
Log:
 r4083 at not:  autrijus | 2004-04-23T19:08:59.061919Z
 
 * ENTRY_AGGREGATOR is a misspelling (for ENTRYAGGREGATOR), and it
   defaults to OR anyway, so simply eliminate this bogus parameter.


Modified: rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/Groups_Overlay.pm	Fri Apr 23 15:09:40 2004
@@ -123,8 +123,7 @@
     $self->Limit(FIELD => 'Domain', OPERATOR => '=', VALUE => 'Personal');
     $self->Limit(   FIELD => 'Instance',   
                     OPERATOR => '=', 
-                    VALUE => $princ,
-                    ENTRY_AGGREGATOR => 'OR');
+                    VALUE => $princ);
 }
 
 


More information about the Rt-commit mailing list