http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12476
Bug ID: 12476
Summary: GetMember should probably take a hashref rather than a
hash as a parameter
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Patrons
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
I'm not a Perl expert, but we usually use hashrefs for parameters rather than
hashes (and Google wisdom says that hashrefs are faster and more flexible than
hashes).
GetMember currently takes a hash but it would probably be an idea to use a
hashref instead. Of course, we use GetMember in quite a few places already so
it wouldn't be a trivial change, and it might be a case of over optimisation.
Worth reporting in any case though.
--
You are receiving this mail because:
You are the assignee for the bug.
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/