From d0bf0f36feee93f7921631d06772132082761c33 Mon Sep 17 00:00:00 2001 From: Lisette Scheer Date: Wed, 7 May 2025 20:01:31 +0000 Subject: [PATCH] Bug 39579: (QA follow-up) Update atomic update This patch updates the atomic update to fix an error when the database was updated and the permissions for the atomic update file. Signed-off-by: Lisette Scheer --- .../bug_39579-patronselfregistrationagerestriction.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 installer/data/mysql/atomicupdate/bug_39579-patronselfregistrationagerestriction.pl diff --git a/installer/data/mysql/atomicupdate/bug_39579-patronselfregistrationagerestriction.pl b/installer/data/mysql/atomicupdate/bug_39579-patronselfregistrationagerestriction.pl old mode 100644 new mode 100755 index cb2fd1d21cd..0d2eae6d290 --- a/installer/data/mysql/atomicupdate/bug_39579-patronselfregistrationagerestriction.pl +++ b/installer/data/mysql/atomicupdate/bug_39579-patronselfregistrationagerestriction.pl @@ -10,7 +10,7 @@ return { $dbh->do( " INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES - ('PatronSelfRegistrationAgeRestriction', '', NULL, 'Patron\'s maximum age during self registration. If empty, no age restriction is applied.', 'Integer') + ('PatronSelfRegistrationAgeRestriction', '', NULL, 'Patron''s maximum age during self registration. If empty, no age restriction is applied.', 'Integer') " ); say_success( $out, "Added new system preference 'PatronSelfRegistrationAgeRestriction'" ); }, -- 2.39.5