Bugzilla – Attachment 3971 Details for
Bug 6237
Recent changes leave compile time warnings in additem.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for C4::Auth
0002-Bug-6237-remove-compile-time-warning.patch (text/plain), 890 bytes, created by
Colin Campbell
on 2011-04-21 15:15:44 UTC
(
hide
)
Description:
Proposed patch for C4::Auth
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2011-04-21 15:15:44 UTC
Size:
890 bytes
patch
obsolete
>From defb4760c8c89f952282ff7c08271657fcab1165 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Thu, 21 Apr 2011 16:09:58 +0100 >Subject: [PATCH 2/2] Bug 6237: remove compile time warning >Content-Type: text/plain; charset="utf-8" > >Remove a 'variable in void context' warning from >C4::Auth which shows up as a compile warning in all users of >the module and generates log noise >--- > C4/Auth.pm | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 33602b9..a31161e 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -55,7 +55,6 @@ BEGIN { > import C4::Auth_with_cas qw(checkpw_cas login_cas logout_cas login_cas_url); > } > $servers = C4::Context->config('memcached_servers'); >- $memcached; > if ($servers) { > require Cache::Memcached; > $memcached = Cache::Memcached->new({ >-- >1.7.4.4 >
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 6237
:
3970
| 3971