http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6554
--- Comment #94 from M. de Rooy <[email protected]> --- Created attachment 17187 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17187&action=edit Bug 6554 Fix error caused by modifying $_ in a map Error 'Modification of a read-only value attempted' triggered on login because of manipulation of $_ in the map Moved the mod to a loop as recommended in the doc for map Signed-off-by: Marcel de Rooy <[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/
