https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41701 Jan Kissig <bibliothek@th-wildau.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #191997|0 |1 is obsolete| | --- Comment #3 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 192460 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192460&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> Signed-off-by: Jan Kissig <bibliothek@th-wildau.de> -- You are receiving this mail because: You are watching all bug changes.