X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Frfc822address.php;h=cf99871fce6d1b826f88946b1eb3b09d1ddf654c;hp=1225ed0ba4d8dc5ac2ca4312229030b2446684b4;hb=d555f507bfabde702f68cf33fd6c58840088c14d;hpb=47ccfad452e8d345542d09e59112cac317cffed8 diff --git a/functions/rfc822address.php b/functions/rfc822address.php index 1225ed0b..cf99871f 100644 --- a/functions/rfc822address.php +++ b/functions/rfc822address.php @@ -5,7 +5,7 @@ * * Contains rfc822 email address function parsing functions. * - * @copyright © 2004-2006 The SquirrelMail Project Team + * @copyright © 2004-2009 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