Allow HTML in option info
[squirrelmail.git] / functions / rfc822address.php
index f800157b062d80ead420e97848eaede7dfa02575..d55bbf1efe705c2b5f5190b5bc737c9b21f0d84d 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Contains rfc822 email address function parsing functions.
  *
- * @copyright © 2004-2005 The SquirrelMail Project Team
+ * @copyright 2004-2017 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -90,7 +90,7 @@ function parseRFC822Address($sAddress,$iLimit = 0) {
  **/
 function getAddressString($aAddressList,$aProps) {
     $aPropsDefault = array (
-                            'separator' => ',',     // address separator
+                            'separator' => ', ',     // address separator
                             'limit'  => 0,          // limits returned addresses
                             'personal' => true,     // show persnal part
                             'email'    => true,     // show email part
@@ -406,4 +406,3 @@ function _getAddressTokens($address) {
     }
     return $aTokens;
 }
-?>
\ No newline at end of file