]> git.koha-community.org Git - koha.git/commit
Bug 37104: (Follow-up) Checks for unitialized value of 'anonymous_patron' system...
authorSam Lau <samalau@gmail.com>
Mon, 8 Jul 2024 14:50:30 +0000 (14:50 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 16 Aug 2024 14:22:19 +0000 (16:22 +0200)
commit9dbd82a1a4049a619ee8f2bfe8c447630e924fca
tree73fb9c2ed95ce8aca6879388885206c226641c75
parent4c5425bd2f2aeaf45e4fa185e1590d845ae6453d
Bug 37104: (Follow-up) Checks for unitialized value of 'anonymous_patron' system pref

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
JD Amended patch: replace '==' with 'eq' for consistency with other
occurrences.
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/Auth.pm