From d6b6ac6a9d68eb975f2a8e6979df3df0f22544c7 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 Signed-off-by: Tomas Cohen Arazi --- .../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.20.1