Bugzilla – Attachment 3858 Details for
Bug 6085
Can't Change language both in OPAC and staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to patch
0001-Bug-6085-Fix-typo-in-earlier-patch.patch (text/plain), 802 bytes, created by
Colin Campbell
on 2011-04-11 08:45:03 UTC
(
hide
)
Description:
Patch to patch
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2011-04-11 08:45:03 UTC
Size:
802 bytes
patch
obsolete
>From 52354e49d73d3fa3aec5c08abda2dd305ef39935 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Mon, 11 Apr 2011 09:39:53 +0100 >Subject: [PATCH] Bug 6085: Fix typo in earlier patch >Content-Type: text/plain; charset="utf-8" > >--- > C4/Templates.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Templates.pm b/C4/Templates.pm >index 54ad9fd..ea11aee 100644 >--- a/C4/Templates.pm >+++ b/C4/Templates.pm >@@ -108,7 +108,7 @@ sub output { > utf8_arrayref($vars->{$k}); > } > elsif (ref($vars->{$k}) eq 'HASH'){ >- uft8_hashref($vars->{$k}); >+ utf8_hashref($vars->{$k}); > } > else { > utf8::encode($vars->{$k}) if utf8::is_utf8($vars->{$k}); >-- >1.7.4.2 >
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 6085
: 3858