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