24 Sep
2019
24 Sep
'19
2:42 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23655 --- Comment #3 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- 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.