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

(-)a/tools/letter.pl (-2 / +1 lines)
Lines 176-182 sub add_form { Link Here
176
        # So we can only sent the first one to the template.
176
        # So we can only sent the first one to the template.
177
        for my $mtt ( @$message_transport_types ) {
177
        for my $mtt ( @$message_transport_types ) {
178
            # The letter_name
178
            # The letter_name
179
            if ( $first_flag ) {
179
            if ( $first_flag and $letters->{$mtt}{name} ) {
180
                $template->param(
180
                $template->param(
181
                    letter_name=> $letters->{$mtt}{name},
181
                    letter_name=> $letters->{$mtt}{name},
182
                );
182
                );
183
- 

Return to bug 9016