From 432a977ea02be3cda291f998d16372dc4730d99f Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Mon, 18 May 2026 19:50:42 +0200 Subject: Fix typo which did not have any impact because scheme 'B' is default --- it_mail.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_mail.class') diff --git a/it_mail.class b/it_mail.class index 3d57bc3..ffe8b0f 100644 --- a/it_mail.class +++ b/it_mail.class @@ -377,7 +377,7 @@ function header_encode($string) ? $encoded : (($encoded = @iconv_mime_encode('', $string, array('scheme' => 'B', 'input-charset' => $this->charset, 'output-charset' => $this->charset))) !== false ? $encoded - : iconv_mime_encode('', $string, array('scheme', 'B', 'input-charset' => 'ISO-8859-1', 'output-charset' => $this->charset))), + : iconv_mime_encode('', $string, array('scheme' => 'B', 'input-charset' => 'ISO-8859-1', 'output-charset' => $this->charset))), ' :' ) : $string; -- cgit v1.2.3