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

(-)a/installer/data/mysql/updatedatabase.pl (-3 / +1 lines)
Lines 21018-21025 sub NewVersion { Link Here
21018
        $descriptions = [ $descriptions ];
21018
        $descriptions = [ $descriptions ];
21019
    }
21019
    }
21020
    my $first = 1;
21020
    my $first = 1;
21021
    my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
21021
    my $time = POSIX::strftime("%H:%M:%S",localtime);
21022
    my $time = sprintf ( "%02d:%02d:%02d", $hour,$min,$sec);
21023
    for my $description ( @$descriptions ) {
21022
    for my $description ( @$descriptions ) {
21024
        if ( @$descriptions > 1 ) {
21023
        if ( @$descriptions > 1 ) {
21025
            if ( $first ) {
21024
            if ( $first ) {
21026
- 

Return to bug 24696