Commit 5ed1579f authored by Bart Vullings's avatar Bart Vullings

ZP-1410 Dot at the end of sentences. Released under the Affero GNU General...

ZP-1410 Dot at the end of sentences. Released under the Affero GNU General Public License (AGPL) version 3.
parent 1a48198d
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
************************************************/ ************************************************/
/** /**
* Returns the default email address * Returns the default email address.
* *
* @return string * @return string
*/ */
...@@ -279,4 +279,4 @@ function encodeFrom($from) { ...@@ -279,4 +279,4 @@ function encodeFrom($from) {
$items = explode("<", $from); $items = explode("<", $from);
$name = trim($items[0]); $name = trim($items[0]);
return "=?UTF-8?B?" . base64_encode($name) . "?= <" . $items[1]; return "=?UTF-8?B?" . base64_encode($name) . "?= <" . $items[1];
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment