From 0c68d59940baf1e7d0893f66649182488e717dfe Mon Sep 17 00:00:00 2001 From: rangi Date: Wed, 29 Jun 2005 02:01:03 +0000 Subject: [PATCH] Fixing a bug caused by the syncing with the 2.2 branch --- opac/opac-sendbasket.pl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/opac/opac-sendbasket.pl b/opac/opac-sendbasket.pl index bb0f466a22..c0bc03c06c 100755 --- a/opac/opac-sendbasket.pl +++ b/opac/opac-sendbasket.pl @@ -70,10 +70,8 @@ if ($email_add) { push (@results, $dat); } - $email_header = encode_qp($email_header); - - $boundary = "--" . $boundary; - + # Getting template result + my $template_res = $template2->output(); # Analysing information and getting mail properties if ($template_res =~ /\n(.*)\n/s) { $mail{'subject'} = $1; } else { $mail{'subject'} = "no subject"; } -- 2.39.5