https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41033
Bug ID: 41033
Summary: Warning when no cookie 'patronSessionConfirmation'
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Bug 14787 added a cookie 'patronSessionConfirmation'.
But code is using it with a strange :
my $patron_session_confirmation = $query->cookie('patronSessionConfirmation')
|| undef;
Then uses in split().
It generates warning :
Use of uninitialized value $patron_session_confirmation in split at
circ/circulation.pl
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/