From 829adcf3e248adb14bfda2da3c1ddbb989740576 Mon Sep 17 00:00:00 2001 From: kink Date: Sun, 10 Feb 2008 15:44:09 +0000 Subject: [PATCH] add space to improve display git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12927 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/rfc822address.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/rfc822address.php b/functions/rfc822address.php index c8d915be..b801c3b2 100644 --- a/functions/rfc822address.php +++ b/functions/rfc822address.php @@ -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 -- 2.25.1