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

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 4546-4552 if (C4::Context->preference("Version") < TransformToNum($DBversion)) { Link Here
4546
4546
4547
$DBversion = "3.06.00.000";
4547
$DBversion = "3.06.00.000";
4548
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
4548
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
4549
    print "Upgrade to $DBversion done Koha 3.4.0 release \n";
4549
    print "Upgrade to $DBversion done Koha 3.6.0 release \n";
4550
    SetVersion ($DBversion);
4550
    SetVersion ($DBversion);
4551
}
4551
}
4552
4552
4553
- 

Return to bug 7185