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

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 22062-22068 if( CheckVersion( $DBversion ) ) { Link Here
22062
22062
22063
        for my $order ( @$orders ) {
22063
        for my $order ( @$orders ) {
22064
            for my $claim (1..$order->{claims_count}) {
22064
            for my $claim (1..$order->{claims_count}) {
22065
                $insert_claim_sth->execute($order->{ordernumber}, $order->{claimed_on});
22065
                $insert_claim_sth->execute($order->{ordernumber}, $order->{claimed_date});
22066
            }
22066
            }
22067
        }
22067
        }
22068
22068
22069
- 

Return to bug 30539