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

ruz at bestpractical.com ruz at bestpractical.com
Thu Mar 29 11:04:41 EDT 2007


Author: ruz
Date: Thu Mar 29 11:04:40 2007
New Revision: 7386

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

Log:
 r4832 at cubic-pc:  cubic | 2007-03-29 10:49:26 +0400
 * use camel case


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email.pm	Thu Mar 29 11:04:40 2007
@@ -293,7 +293,7 @@
 
     }
 
-    SendEmail(entity => $entity, bounce => 1);
+    SendEmail( Entity => $entity, Bounce => 1 );
 }
 
 
@@ -460,7 +460,7 @@
         Encoding => '8bit',
         Data => $entity->as_string,
     );
-    my $status = SendEmail( entity => $mail );
+    my $status = SendEmail( Entity => $mail, Transaction => $txn );
     return (0, $txn->loc("Couldn't send email")) unless $status;
     return (1, $txn->loc("Send email successfully"));
 }


More information about the Rt-commit mailing list