Bug 23151: (QA follow-up) Fix atomic update
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 28 Jun 2019 14:15:40 +0000 (10:15 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 19 Jul 2019 08:39:27 +0000 (09:39 +0100)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

installer/data/mysql/atomicupdate/bug_23151.perl

index fc8a54b..0ae3c80 100644 (file)
@@ -1,6 +1,4 @@
-use C4::Installer;
-
-my $DBVersion = 'XXX';
+$DBversion = 'XXX';
 if ( CheckVersion( $DBversion ) ) {
     print "Running... ";
     unless ( column_exists( 'borrower_modifications', 'changed_fields' ) ) {