From 3f9edb4c3ec29b5b807d99da479333b62a406686 Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 13 Jan 2006 17:14:38 +0000 Subject: Switched to full UTF-8 support --- program/steps/mail/sendmail.inc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'program/steps/mail/sendmail.inc') diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc index ee278189a..ab0c6ed07 100644 --- a/program/steps/mail/sendmail.inc +++ b/program/steps/mail/sendmail.inc @@ -80,9 +80,6 @@ if (empty($CHARSET)) $input_charset = $CHARSET; $message_charset = isset($_POST['_charset']) ? $_POST['_charset'] : $input_charset; -// unset global var -$CHARSET = ''; - $mailto_regexp = array('/[,;]\s*[\r\n]+/', '/[\r\n]+/', '/[,;]\s*$/m'); $mailto_replace = array(', ', ', ', ''); @@ -243,9 +240,6 @@ else } -// resore page charset -$CHARSET = $input_charset; - // return to compose page if sending failed if (!$sent) { -- cgit v1.2.3