[Koha-bugs] [Bug 23655] Debian jessie no longer supported

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 24 14:42:03 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23655

--- Comment #3 from Martin Renvoize <martin.renvoize at 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.


More information about the Koha-bugs mailing list