Lines 76-81
BEGIN {
Link Here
|
76 |
if ($ENV{KOHA_BACKTRACES}) { |
76 |
if ($ENV{KOHA_BACKTRACES}) { |
77 |
$main::SIG{__DIE__} = \&CGI::Carp::confess; |
77 |
$main::SIG{__DIE__} = \&CGI::Carp::confess; |
78 |
} |
78 |
} |
|
|
79 |
if (!defined($CGI::VERSION) || $CGI::VERSION < 4.08) { |
80 |
no warnings 'redefine'; |
81 |
*CGI::multi_param = \&CGI::param; |
82 |
use warnings 'redefine'; |
83 |
$CGI::LIST_CONTEXT_WARN = 0; |
84 |
} |
79 |
} # else there is no browser to send fatals to! |
85 |
} # else there is no browser to send fatals to! |
80 |
|
86 |
|
81 |
# Check if there are memcached servers set |
87 |
# Check if there are memcached servers set |
82 |
- |
|
|