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

(-)a/C4/Auth.pm (-1 / +1 lines)
Lines 585-591 sub version_check { Link Here
585
    }
585
    }
586
586
587
    # check if you're uptodate, and if you're not, head to updater
587
    # check if you're uptodate, and if you're not, head to updater
588
    my $koha39 = "3.0900028";
588
    my $koha39 = "3.1100001";
589
589
590
    # Old updatedatabase method
590
    # Old updatedatabase method
591
    if (C4::Context->preference('Version') < $koha39) {
591
    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