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

(-)a/C4/Letters.pm (-1 / +1 lines)
Lines 555-560 sub SendAlerts { Link Here
555
                . " Content="
555
                . " Content="
556
                . $letter->{content}
556
                . $letter->{content}
557
        ) if C4::Context->preference("LetterLog");
557
        ) if C4::Context->preference("LetterLog");
558
        1;
558
    }
559
    }
559
   # send an "account details" notice to a newly created user
560
   # send an "account details" notice to a newly created user
560
    elsif ( $type eq 'members' ) {
561
    elsif ( $type eq 'members' ) {
561
- 

Return to bug 17441