The definition of OAI-PMH:DeletedRecord in sysprefs.sql has the the options and explanation columns swapped
Created attachment 191992 [details] [review] 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
Created attachment 191997 [details] [review] 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>