X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Frfc822address.php;h=99119e9e42c7bfd998908b8b105047da5651406c;hb=53901c7bc984082496cdd2415ae66e967fee45b8;hp=c8d915bebbd4602ba2f8091ac8952344d5019a81;hpb=4b5049de2fa934c45599d6e4c74bf2bbee10d34d;p=squirrelmail.git diff --git a/functions/rfc822address.php b/functions/rfc822address.php index c8d915be..99119e9e 100644 --- a/functions/rfc822address.php +++ b/functions/rfc822address.php @@ -5,7 +5,7 @@ * * Contains rfc822 email address function parsing functions. * - * @copyright © 2004-2007 The SquirrelMail Project Team + * @copyright 2004-2010 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