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

(-)a/opac/opac-sendshelf.pl (-1 / +1 lines)
Lines 134-139 if ( $email ) { Link Here
134
        : "list.txt";
134
        : "list.txt";
135
135
136
    my ($body) = $template_res =~ /<MESSAGE>\n(.*)\n?<END_MESSAGE>/s;
136
    my ($body) = $template_res =~ /<MESSAGE>\n(.*)\n?<END_MESSAGE>/s;
137
    $body = encode_qp($body);
137
138
138
    my $boundary = "====" . time() . "====";
139
    my $boundary = "====" . time() . "====";
139
140
140
- 

Return to bug 10538