Bug 23151: (QA follow-up) Fix atomic update
[koha.git] / 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' ) ) {