From 27cf7a3f6fb74795a42956e2a597ddc48964f147 Mon Sep 17 00:00:00 2001 From: Nicolas Hunstein Date: Thu, 23 Jan 2025 14:42:26 +0000 Subject: [PATCH] Bug 31270: standardize on self-registration updates description "selfregistration" to "self-registration" to test: - go to installer/data/mysql/updatedatabase.pl - check there are descriptions in the form "selfregistration" - apply patch - descriptions are in the form "self-registration" Signed-off-by: William Lavoie --- installer/data/mysql/updatedatabase.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index b4a276d05d..fa5ac93bd9 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -13020,7 +13020,7 @@ if ( CheckVersion($DBversion) ) { INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('PatronSelfRegistrationLibraryList', '', 'Only display libraries listed. If empty, all libraries are displayed.', NULL, 'Free'); }); - print "Upgrade to $DBversion done (Bug 16274 - Make the selfregistration branchcode selection configurable)\n"; + print "Upgrade to $DBversion done (Bug 16274 - Make the self-registration branchcode selection configurable)\n"; SetVersion($DBversion); } @@ -13125,7 +13125,7 @@ if ( CheckVersion($DBversion) ) { INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('PatronSelfRegistrationPrefillForm', '1', 'Display password and prefill login form after a patron has self registered', NULL, 'YesNo'); }); - print "Upgrade to $DBversion done (Bug 16273 - Prevent selfregistration from printing the borrower password and filling the logging form)\n"; + print "Upgrade to $DBversion done (Bug 16273 - Prevent self-registration from printing the borrower password and filling the logging form)\n"; SetVersion($DBversion); } -- 2.43.0