[Rt-commit] r10642 - in rt/branches/3.999-DANGEROUS: html/Ticket/Elements

jesse at bestpractical.com jesse at bestpractical.com
Thu Jan 31 21:08:26 EST 2008


Author: jesse
Date: Thu Jan 31 21:08:26 2008
New Revision: 10642

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/html/Ticket/Elements/PreviewScrips

Log:
 r76044 at pinglin:  jesse | 2008-01-31 21:07:37 -0500
 * to cc bcc lowercasing


Modified: rt/branches/3.999-DANGEROUS/html/Ticket/Elements/PreviewScrips
==============================================================================
--- rt/branches/3.999-DANGEROUS/html/Ticket/Elements/PreviewScrips	(original)
+++ rt/branches/3.999-DANGEROUS/html/Ticket/Elements/PreviewScrips	Thu Jan 31 21:08:26 2008
@@ -181,7 +181,7 @@
     my $action = $scrip->action_obj->action;
     next unless $action->isa('RT::ScripAction::SendEmail');
 
-    foreach my $type qw(To Cc Bcc) {
+    foreach my $type qw(to cc bcc) {
         push @recipients, $action->$type();
     }
 }


More information about the Rt-commit mailing list