http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12482
--- Comment #6 from Tomás Cohen Arazi <[email protected]> --- Created attachment 29506 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29506&action=edit Bug 12482: (QA followup) coding guidelines for hashrefs As of the public coding guidelines, $$variable{key} usage is discouraged. $variable->{key} should be used instead. Btw, honour the "FIXME - Bug 2505" line :-D Regards To+ Signed-off-by: Tomas Cohen Arazi <[email protected]> -- 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/
