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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +5 lines)
Lines 13991-13995 sub CheckVersion { Link Here
13991
        return 0;
13991
        return 0;
13992
    }
13992
    }
13993
}
13993
}
13994
fill_generate_calendar();
13995
sub fill_generate_calendar {
13996
    my $script = C4::Context->config('intranetdir') . '/misc/generate_discrete_calendar.pl';
13997
    `perl $script`
13998
}
13994
13999
13995
exit;
14000
exit;
13996
- 

Return to bug 17015