https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41701 --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 191997 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191997&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 Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.