https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41701 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 191992 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191992&action=edit Bug 41701: Fix definition of OAI-PMH:DeletedRecord preference in sysprefs.sql This patch updates the definition of the OAI-PMH:DeletedRecord preference in sysprefs.sql, correcting the switched options and explanation columns. To test, apply the patch and run updatedatabase. Check that the database has been updated correctly: SELECT `options`, `explanation` FROM `systempreferences` WHERE `variable` = 'OAI-PMH:DeletedRecord'; Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes.