Bugzilla – Attachment 10245 Details for
Bug 5342
Serial claiming improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5342: Followup Delete tags on letters
0001-Bug-5342-Followup-Delete-tags-on-letters.patch (text/plain), 675 bytes, created by
Jonathan Druart
on 2012-06-12 08:35:08 UTC
(
hide
)
Description:
Bug 5342: Followup Delete tags on letters
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-06-12 08:35:08 UTC
Size:
675 bytes
patch
obsolete
>From 36d53d0617fda6b4d7f4b49576a3a0c18f579466 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 12 Jun 2012 10:32:48 +0200 >Subject: [PATCH 1/1] Bug 5342: Followup Delete tags on letters > >--- > C4/Letters.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index 89213fe..a05d966 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -510,7 +510,7 @@ sub GetPreparedLetter { > } > > $letter->{content} =~ s/<<\S*>>//go; #remove any stragglers >-# $letter->{content} =~ s/<<[^>]*>>//go; >+ $letter->{content} =~ s/<[^>]*>//go; #remove tags > > return $letter; > } >-- >1.7.7.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5342
:
8115
|
8116
|
8309
|
8334
|
8335
|
8611
|
8682
|
8683
|
8900
|
8910
|
9168
|
9169
|
9976
|
9977
|
10211
|
10212
|
10245
|
10258
|
14444
|
14445
|
14446
|
16217
|
16218
|
16219
|
19512
|
31277
|
31375
|
31454
|
31694
|
31902
|
32171
|
32172