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

(-)a/tools/letter.pl (-2 lines)
Lines 188-194 sub add_form { Link Here
188
    }
188
    }
189
    else { # initialize the new fields
189
    else { # initialize the new fields
190
        for my $mtt ( @$message_transport_types ) {
190
        for my $mtt ( @$message_transport_types ) {
191
            $mtt = $mtt->{message_transport_type};
192
            push @letter_loop, {
191
            push @letter_loop, {
193
                message_transport_type => $mtt,
192
                message_transport_type => $mtt,
194
            }
193
            }
195
- 

Return to bug 9016