https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41701
Jan Kissig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #191997|0 |1 is obsolete| | --- Comment #3 from Jan Kissig <[email protected]> --- 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 <[email protected]> Signed-off-by: Jan Kissig <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
