[Rt-commit] r9582 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Tue Nov 6 07:07:14 EST 2007


Author: ruz
Date: Tue Nov  6 07:07:11 2007
New Revision: 9582

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm

Log:
 r9338 at cubic-pc (orig r9337):  ruz | 2007-10-17 06:45:24 +0400
 * fix ScipNotification feature


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm	Tue Nov  6 07:07:11 2007
@@ -370,7 +370,7 @@
     my @temp_squelch;
     foreach my $type (qw(Requestor Cc AdminCc)) {
         push @temp_squelch, map $_->address, Mail::Address->parse( $create_args{ $type } )
-            if grep $_ eq $type, @{ $ARGS{'SkipNotification'} || [] };
+            if grep $_ eq $type || $_ eq ($type.'s'), @{ $ARGS{'SkipNotification'} || [] };
 
     }
 


More information about the Rt-commit mailing list