summaryrefslogtreecommitdiff
path: root/bin/arap.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/arap.pl')
-rwxr-xr-xbin/arap.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/arap.pl b/bin/arap.pl
index 6ddd6e7e..3f65d4ff 100755
--- a/bin/arap.pl
+++ b/bin/arap.pl
@@ -912,7 +912,7 @@ sub reprint {
$form->{intnotes} .= qq|\n\n| if $form->{intnotes};
$form->{intnotes} .= qq|[email]\n|
.$locale->text('Date: [_1]', $now).qq|\n|
- .$locale->text('To: [_1]\n[_2][_3]', $form->{email}, ${cc}, ${bcc})
+ .$locale->text('To: [_1]', $form->{email}).qq|\n${cc}${bcc}|
.$locale->text('Subject: [_1]', $form->{subject}).qq|\n\n|
.$locale->text('Message: ');