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

(-)a/tools/letter.pl (-2 / +1 lines)
Lines 316-322 sub add_validate { Link Here
316
            next;
316
            next;
317
        }
317
        }
318
        elsif ( $letter and $letter->{message_transport_type} eq $mtt and $letter->{lang} eq $lang ) {
318
        elsif ( $letter and $letter->{message_transport_type} eq $mtt and $letter->{lang} eq $lang ) {
319
            logaction( 'NOTICES', 'MODIFY', $letter->{id}, $letter->{content},
319
            logaction( 'NOTICES', 'MODIFY', $letter->{id}, $content,
320
                'Intranet' )
320
                'Intranet' )
321
              unless ( $content eq $letter->{content} );
321
              unless ( $content eq $letter->{content} );
322
            $dbh->do(
322
            $dbh->do(
323
- 

Return to bug 14233