View | Details | Raw Unified | Return to bug 23151
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_23151.perl (-4 / +1 lines)
Lines 1-6 Link Here
1
use C4::Installer;
1
$DBversion = 'XXX';
2
3
my $DBVersion = 'XXX';
4
if ( CheckVersion( $DBversion ) ) {
2
if ( CheckVersion( $DBversion ) ) {
5
    print "Running... ";
3
    print "Running... ";
6
    unless ( column_exists( 'borrower_modifications', 'changed_fields' ) ) {
4
    unless ( column_exists( 'borrower_modifications', 'changed_fields' ) ) {
7
- 

Return to bug 23151