From cf8bfc8b4245dfe02c8e3b2780e717545be79224 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 9 Nov 2023 14:39:45 -0300 Subject: [PATCH] Bug 35063: (follow-up) Adjust dbrevs to the reference format Signed-off-by: Tomas Cohen Arazi --- installer/data/mysql/db_revs/230600068.pl | 2 +- installer/data/mysql/db_revs/230600069.pl | 2 +- installer/data/mysql/db_revs/230600070.pl | 2 +- installer/data/mysql/db_revs/230600074.pl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/data/mysql/db_revs/230600068.pl b/installer/data/mysql/db_revs/230600068.pl index ed484fca24..56f1ef1898 100755 --- a/installer/data/mysql/db_revs/230600068.pl +++ b/installer/data/mysql/db_revs/230600068.pl @@ -30,7 +30,7 @@ return { undef, $insert_id, $opacmaintenancenotice ); - say $out "Added 'OpacMaintenanceNotice' additional content"; + say $out "Added 'OpacMaintenanceNotice' HTML customization"; } # Remove old system preference diff --git a/installer/data/mysql/db_revs/230600069.pl b/installer/data/mysql/db_revs/230600069.pl index 90707d64bc..9106bdc3a7 100755 --- a/installer/data/mysql/db_revs/230600069.pl +++ b/installer/data/mysql/db_revs/230600069.pl @@ -30,7 +30,7 @@ return { undef, $insert_id, $opacresultssidebar ); - say $out "Added 'OpacMaintenanceNotice' additional content"; + say $out "Added 'OpacMaintenanceNotice' HTML customization"; } # Remove old system preference diff --git a/installer/data/mysql/db_revs/230600070.pl b/installer/data/mysql/db_revs/230600070.pl index 98ccb50dd4..296e58c6f9 100755 --- a/installer/data/mysql/db_revs/230600070.pl +++ b/installer/data/mysql/db_revs/230600070.pl @@ -30,7 +30,7 @@ return { undef, $insert_id, $patronselfregistrationadditionalinstructions ); - say $out "Added 'PatronSelfRegistrationAdditionalInstructions' additional content"; + say $out "Added 'PatronSelfRegistrationAdditionalInstructions' HTML customization"; } # Remove old system preference diff --git a/installer/data/mysql/db_revs/230600074.pl b/installer/data/mysql/db_revs/230600074.pl index 910a152712..99c7a8677b 100755 --- a/installer/data/mysql/db_revs/230600074.pl +++ b/installer/data/mysql/db_revs/230600074.pl @@ -30,7 +30,7 @@ return { undef, $insert_id, $opacsuppressionmessage ); - say $out "Added 'OpacSuppressionMessage' additional content"; + say $out "Added 'OpacSuppressionMessage' HTML customization"; } # Remove old system preference -- 2.20.1