From 510bb67217e69680e2b6a9940a8193a9e59b6f4f 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 --- 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.20.1 (Apple Git-117)