From 4f90d7ecc7d07551c2115ed0c564dc918735d428 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 Signed-off-by: Kyle M Hall Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize --- installer/data/mysql/atomicupdate/bug_23151.perl | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_23151.perl b/installer/data/mysql/atomicupdate/bug_23151.perl index fc8a54b..0ae3c80 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' ) ) { -- 1.7.2.5