https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23655
--- Comment #3 from Martin Renvoize <[email protected]> --- Created attachment 93138 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93138&action=edit Bug 23655: Replace selectall_array with selectall_arrayref The selectall_array method is introduced in DBI version 1.635 which is not available in Debian Jessie at time of writing. This patch replaces it with selectall_arrayref which was introduced in 1.631 and is available by default. -- 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] https://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/
