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

(-)a/installer/data/mysql/updatedatabase.pl (-3 / +1 lines)
Lines 21154-21161 sub NewVersion { Link Here
21154
        $descriptions = [ $descriptions ];
21154
        $descriptions = [ $descriptions ];
21155
    }
21155
    }
21156
    my $first = 1;
21156
    my $first = 1;
21157
    my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
21157
    my $time = POSIX::strftime("%H:%M:%S",localtime);
21158
    my $time = sprintf ( "%02d:%02d:%02d", $hour,$min,$sec);
21159
    for my $description ( @$descriptions ) {
21158
    for my $description ( @$descriptions ) {
21160
        if ( @$descriptions > 1 ) {
21159
        if ( @$descriptions > 1 ) {
21161
            if ( $first ) {
21160
            if ( $first ) {
21162
- 

Return to bug 24696