From 9b10ada357f0f02c2c784c25d3064bee626ab5bf Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Sun, 22 Oct 2023 22:30:20 +0200 Subject: [PATCH] Bug 15504: (QA follow-up): more consistent quotes in atomicupdate --- .../bug_15504-add-tracklastpatronactivityoptions.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_15504-add-tracklastpatronactivityoptions.pl b/installer/data/mysql/atomicupdate/bug_15504-add-tracklastpatronactivityoptions.pl index fa2b8d22d3..2d2a983d43 100755 --- a/installer/data/mysql/atomicupdate/bug_15504-add-tracklastpatronactivityoptions.pl +++ b/installer/data/mysql/atomicupdate/bug_15504-add-tracklastpatronactivityoptions.pl @@ -9,9 +9,9 @@ return { # Get existing value from the TrackLastPatronActivity system preference my ($tracklastactivity) = $dbh->selectrow_array( - q| + q{ SELECT value FROM systempreferences WHERE variable='TrackLastPatronActivity'; - | + } ); my $triggers = $tracklastactivity ? 'check_out,connection,login' : ''; -- 2.42.0