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

(-)a/C4/Auth.pm (-1 / +1 lines)
Lines 591-597 sub version_check { Link Here
591
    }
591
    }
592
592
593
    # check if you're uptodate, and if you're not, head to updater
593
    # check if you're uptodate, and if you're not, head to updater
594
    my $koha39 = "3.0900028";
594
    my $koha39 = "3.1100001";
595
595
596
    # Old updatedatabase method
596
    # Old updatedatabase method
597
    if (C4::Context->preference('Version') < $koha39) {
597
    if (C4::Context->preference('Version') < $koha39) {
(-)a/installer/install.pl (-2 / +1 lines)
Lines 320-326 elsif ( $step && $step == 3 ) { Link Here
320
            warn "# plack? inserted PERL5LIB $ENV{PERL5LIB}\n";
320
            warn "# plack? inserted PERL5LIB $ENV{PERL5LIB}\n";
321
        }
321
        }
322
322
323
        my $koha39 = "3.0900028";
323
        my $koha39 = "3.1100002";
324
        my $cmd;
324
        my $cmd;
325
        # Old updatedatabase method
325
        # Old updatedatabase method
326
        my $current_version = C4::Context->preference('Version');
326
        my $current_version = C4::Context->preference('Version');
327
- 

Return to bug 7167