From 9c19a7e2c440d0a3969eaa9393d29dfd84207e23 Mon Sep 17 00:00:00 2001 From: Thibaud Guillot Date: Fri, 23 Dec 2022 14:24:31 +0100 Subject: [PATCH] Bug 28639: (follow_up) changing syspref name on atomic update file --- ... bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/atomicupdate/{bug_28639-add_EmbedSeeFromInBibRecord_syspref.pl => bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl} (69%) diff --git a/installer/data/mysql/atomicupdate/bug_28639-add_EmbedSeeFromInBibRecord_syspref.pl b/installer/data/mysql/atomicupdate/bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl similarity index 69% rename from installer/data/mysql/atomicupdate/bug_28639-add_EmbedSeeFromInBibRecord_syspref.pl rename to installer/data/mysql/atomicupdate/bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl index 4665e24be0c..08da5e1316c 100755 --- a/installer/data/mysql/atomicupdate/bug_28639-add_EmbedSeeFromInBibRecord_syspref.pl +++ b/installer/data/mysql/atomicupdate/bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl @@ -11,11 +11,11 @@ return { q{ INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ( - 'EmbedSeeFromInBibRecord', '0', NULL, 'Add embed see-from headings for OAI', 'YesNo' + 'OAI-PMH:EmbedSeeFromInBibRecord', '0', NULL, 'Add embed see-from headings for OAI', 'YesNo' ) } ); - say $out "Syspref EmbedSeeFromInBibRecord for OAI"; + say $out "Add new system preference OAI-PMH:EmbedSeeFromInBibRecord"; }, }; -- 2.30.2