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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/