[Rt-commit] rt branch, 4.4/rt-munge-attachments, repushed
Craig Kaiser
craig at bestpractical.com
Fri Sep 7 08:41:54 EDT 2018
The branch 4.4/rt-munge-attachments was deleted and repushed:
was 6f31a55f7a768987464d006822a1986ae0aa47df
now 960c25cb5c5f63ef8fd59c96abbc06c609ba691b
-: ------- > 1: 08cff4c53 Make each transaction in history display below previous transactions
2: 0b08e4c1e ! 2: 76fd8679e Create ReplaceAttachments, ReplaceHeader and ReplaceContent Methods
@@ -61,7 +61,7 @@
+ my $content = $self->Content;
+
+ if ( $content ) {
-+ $content =~ s/\Q$args{Search}\E/\Q$args{Replacement}\E/ig;
++ $content =~ s/\Q$args{Search}\E/$args{Replacement}/ig;
+ my ($ret, $msg) = $self->_Set( Field => 'Content', Value => $content );
+ return ($ret, $msg);
+ }
1: 168c5704a = 3: 828dc1537 Create rt-munge-attachments executable
3: 6f31a55f7 = 4: 960c25cb5 Add tests for clearing attachments methods
More information about the rt-commit
mailing list