[Rt-commit] r9337 - rt/branches/3.7-RTIR-RELENG/lib/RT/Interface

ruz at bestpractical.com ruz at bestpractical.com
Tue Oct 16 22:45:25 EDT 2007


Author: ruz
Date: Tue Oct 16 22:45:24 2007
New Revision: 9337

Modified:
   rt/branches/3.7-RTIR-RELENG/lib/RT/Interface/Web.pm

Log:
* fix ScipNotification feature

Modified: rt/branches/3.7-RTIR-RELENG/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/lib/RT/Interface/Web.pm	(original)
+++ rt/branches/3.7-RTIR-RELENG/lib/RT/Interface/Web.pm	Tue Oct 16 22:45:24 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