[Rt-commit] [svn] r840 - in rt/trunk: . lib/RT

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Thu May 6 00:09:11 EDT 2004


Author: jesse
Date: Thu May  6 00:09:11 2004
New Revision: 840

Modified:
   rt/trunk/   (props changed)
   rt/trunk/lib/RT/Attachment_Overlay.pm
Log:
 ----------------------------------------------------------------------
 r1085 at tinbook:  jesse | 2004-05-06T04:07:41.566641Z
 
 #5592: Don't display an empty RT-Send-Bcc header if there were no bccs
 ----------------------------------------------------------------------


Modified: rt/trunk/lib/RT/Attachment_Overlay.pm
==============================================================================
--- rt/trunk/lib/RT/Attachment_Overlay.pm	(original)
+++ rt/trunk/lib/RT/Attachment_Overlay.pm	Thu May  6 00:09:11 2004
@@ -460,7 +460,7 @@
     my $self = shift;
     my $hdrs="";
     for ($self->_SplitHeaders) {
-	    $hdrs.="$_\n" unless /^(RT-Send-Bcc): /i
+	    $hdrs.="$_\n" unless /^(RT-Send-Bcc):/i
     }
     return $hdrs;
 }


More information about the Rt-commit mailing list