[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squirrelmail-cvs
Subject:    [SM-CVS] CVS: squirrelmail/functions imap_general.php,1.140,1.140.2.1
From:       Marc Groot Koerkamp <stekkel () users ! sourceforge ! net>
Date:       2003-04-28 6:01:29
[Download RAW message or body]

Update of /cvsroot/squirrelmail/squirrelmail/functions
In directory sc8-pr-cvs1:/tmp/cvs-serv24257

Modified Files:
      Tag: SM-1_4-STABLE
	imap_general.php 
Log Message:
fix for addresses containing groups (from devel)



Index: imap_general.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/functions/imap_general.php,v
retrieving revision 1.140
retrieving revision 1.140.2.1
diff -u -w -r1.140 -r1.140.2.1
--- imap_general.php	1 Apr 2003 20:46:59 -0000	1.140
+++ imap_general.php	28 Apr 2003 06:01:26 -0000	1.140.2.1
@@ -518,7 +518,7 @@
                 $group = substr($address, 0, $pos);
                 $address = substr($address, $pos+1);
                 $result = parseAddress($address, $max, $addr_ar, $group);
-                $addr_ar = array( $result[0] );
+                $addr_ar = $result[0];
                 $pos = $result[1];
                 $address = substr($address, $pos++);
                 $j = strlen($address);



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-cvs mailing list
List Address: squirrelmail-cvs@lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
http://squirrelmail.org/cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic