X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Frfc822address.php;h=cf99871fce6d1b826f88946b1eb3b09d1ddf654c;hb=5ce1ef683e48c352cc9c25c21542371a99d5401a;hp=40fd183ae8686a40443400d6973e893bb47645e3;hpb=6c99d1de81366bceab6c9d6cf12179eedc81f9bc;p=squirrelmail.git diff --git a/functions/rfc822address.php b/functions/rfc822address.php index 40fd183a..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