https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16492
--- Comment #4 from Colin Campbell <[email protected]> --- The call to checkpw in Patron.pm is weird and will probably make people think some magic is being invoked. the parameters should be more explicit i.e. : checkpw($dvh, $self->{userid}, $pwd, undef, undef, 1); with a comment to document -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
