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

(-)a/installer/data/mysql/updatedatabase.pl (-3 / +1 lines)
Lines 21257-21264 sub NewVersion { Link Here
21257
        $descriptions = [ $descriptions ];
21257
        $descriptions = [ $descriptions ];
21258
    }
21258
    }
21259
    my $first = 1;
21259
    my $first = 1;
21260
    my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
21260
    my $time = POSIX::strftime("%H:%M:%S",localtime);
21261
    my $time = sprintf ( "%02d:%02d:%02d", $hour,$min,$sec);
21262
    for my $description ( @$descriptions ) {
21261
    for my $description ( @$descriptions ) {
21263
        if ( @$descriptions > 1 ) {
21262
        if ( @$descriptions > 1 ) {
21264
            if ( $first ) {
21263
            if ( $first ) {
21265
- 

Return to bug 24696