From 5420437492a2ca8ef854c31c7fc556dffaafd617 Mon Sep 17 00:00:00 2001 From: Andrew Fuerste Henry Date: Fri, 30 Jan 2026 16:56:38 +0000 Subject: [PATCH] Bug 41730: Correct SQL punctuation in atomicupdate --- installer/data/mysql/atomicupdate/bug_41730.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_41730.pl b/installer/data/mysql/atomicupdate/bug_41730.pl index d0bc5c9d239..0070e838e7b 100755 --- a/installer/data/mysql/atomicupdate/bug_41730.pl +++ b/installer/data/mysql/atomicupdate/bug_41730.pl @@ -12,7 +12,7 @@ return { $dbh->do( q{ INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES - ('UpdateItemWithdrawnStatusWhenPaid', '0', NULL, 'Allows the status of items to be automatically changed to withdrawn for when paid for', 'Integer'), + ('UpdateItemWithdrawnStatusWhenPaid', '0', NULL, 'Allows the status of items to be automatically changed to withdrawn for when paid for', 'Integer'); } ); -- 2.39.5