diff options
author | friendica <info@friendica.com> | 2013-09-18 21:20:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-18 21:22:08 -0700 |
commit | 14f6bf06e7d0dd7a851715bb081e2f2a55d79c2a (patch) | |
tree | 3f0ac480eb7404597f37d48391bbc59bbd5977fc /include | |
parent | e4d2e2200e04c8df699d9a8efade661123ef7ac8 (diff) | |
download | volse-hubzilla-14f6bf06e7d0dd7a851715bb081e2f2a55d79c2a.tar.gz volse-hubzilla-14f6bf06e7d0dd7a851715bb081e2f2a55d79c2a.tar.bz2 volse-hubzilla-14f6bf06e7d0dd7a851715bb081e2f2a55d79c2a.zip |
set default charset of email_header_encode, add ud_flags to indicate which (directory sync) updates have been processed in some way.
Diffstat (limited to 'include')
-rw-r--r-- | include/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |