From 14f6bf06e7d0dd7a851715bb081e2f2a55d79c2a Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 18 Sep 2013 21:20:54 -0700 Subject: set default charset of email_header_encode, add ud_flags to indicate which (directory sync) updates have been processed in some way. --- include/network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/network.php') diff --git a/include/network.php b/include/network.php index 00d931f19..99a0a8e2b 100644 --- a/include/network.php +++ b/include/network.php @@ -1336,7 +1336,7 @@ function xml2array($contents, $namespaces = true, $get_attributes=1, $priority = } -function email_header_encode($in_str, $charset) { +function email_header_encode($in_str, $charset = 'UTF-8') { $out_str = $in_str; $need_to_convert = false; -- cgit v1.2.3