From 710d35749c31afe51caa29ad879b75e059e31f7b Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 28 Jun 2019 10:15:40 -0400 Subject: [PATCH] Bug 23151: (QA follow-up) Fix atomic update Content-Type: text/plain; charset=utf-8 Signed-off-by: Kyle M Hall Signed-off-by: Marcel de Rooy --- installer/data/mysql/atomicupdate/bug_23151.perl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_23151.perl b/installer/data/mysql/atomicupdate/bug_23151.perl index fc8a54bb21..0ae3c80624 100644 --- a/installer/data/mysql/atomicupdate/bug_23151.perl +++ b/installer/data/mysql/atomicupdate/bug_23151.perl @@ -1,6 +1,4 @@ -use C4::Installer; - -my $DBVersion = 'XXX'; +$DBversion = 'XXX'; if ( CheckVersion( $DBversion ) ) { print "Running... "; unless ( column_exists( 'borrower_modifications', 'changed_fields' ) ) { -- 2.11.0