26 Oct
2019
26 Oct
'19
1:08 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23655 --- Comment #8 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 94802 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94802&action=edit Bug 23655: Restore debian Jessie support Bug 14570 inadveratntly introduced the use of selectall_array; A feature that was introduced to DBI version 1.635 which is not available in debian jessie at the time of writing. This patch replaces the call with selectall_arrayref which is supported and works with the rest of the existing code. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.