Bugzilla – Attachment 25241 Details for
Bug 11730
C4::Charset call C4::Context without use it
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11730: C4-Charset call C4-Context without use it
Bug-11730-C4-Charset-call-C4-Context-without-use-i.patch (text/plain), 643 bytes, created by
Chris Cormack
on 2014-02-14 07:00:07 UTC
(
hide
)
Description:
Bug 11730: C4-Charset call C4-Context without use it
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2014-02-14 07:00:07 UTC
Size:
643 bytes
patch
obsolete
>From 1a7511f76d5e80f9e9eb3d37c74c66548685148a Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?St=C3=A9phane=20Delaune?= <stephane.delaune@biblibre.com> >Date: Mon, 10 Feb 2014 10:52:59 +0100 >Subject: [PATCH] Bug 11730: C4-Charset call C4-Context without use it > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > C4/Charset.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Charset.pm b/C4/Charset.pm >index 2968b5e..acad92a 100644 >--- a/C4/Charset.pm >+++ b/C4/Charset.pm >@@ -22,6 +22,7 @@ use warnings; > > use MARC::Charset qw/marc8_to_utf8/; > use Text::Iconv; >+use C4::Context; > use C4::Debug; > use Unicode::Normalize; > >-- >1.8.5.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 11730
:
25170
|
25241
|
25266