Bugzilla – Attachment 98937 Details for
Bug 21746
Remove NO_LIBRARY_SET
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21746: Remove 3 more uneeded variables from C4::Auth
Bug-21746-Remove-3-more-uneeded-variables-from-C4A.patch (text/plain), 1.37 KB, created by
Jonathan Druart
on 2020-02-14 12:07:54 UTC
(
hide
)
Description:
Bug 21746: Remove 3 more uneeded variables from C4::Auth
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-02-14 12:07:54 UTC
Size:
1.37 KB
patch
obsolete
>From f130978e8b171de18fc588bea955c61afb4ad1f6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 14 Feb 2020 13:02:05 +0100 >Subject: [PATCH] Bug 21746: Remove 3 more uneeded variables from C4::Auth > >They are not used in the templates >--- > C4/Auth.pm | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 917f245df8..9c24a3c339 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -460,9 +460,6 @@ sub get_template_and_user { > GoogleJackets => C4::Context->preference("GoogleJackets"), > OpenLibraryCovers => C4::Context->preference("OpenLibraryCovers"), > KohaAdminEmailAddress => "" . C4::Context->preference("KohaAdminEmailAddress"), >- LoginFirstname => ( C4::Context->userenv ? C4::Context->userenv->{"firstname"} : "Bel" ), >- LoginSurname => C4::Context->userenv ? C4::Context->userenv->{"surname"} : "Inconnu", >- emailaddress => C4::Context->userenv ? C4::Context->userenv->{"emailaddress"} : undef, > TagsEnabled => C4::Context->preference("TagsEnabled"), > hide_marc => C4::Context->preference("hide_marc"), > item_level_itypes => C4::Context->preference('item-level_itypes'), >-- >2.11.0
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 21746
:
98934
|
98935
|
98936
|
98937
|
99071
|
99681
|
99833