phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/inc class.mail2array.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc class.mail2array.inc.php
Date: Wed, 27 Dec 2006 06:29:56 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/12/27 06:29:56

Modified files:
        inc            : class.mail2array.inc.php 

Log message:
        errors

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.mail2array.inc.php?cvsroot=phpgwapi&r1=1.1&r2=1.2

Patches:
Index: class.mail2array.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.mail2array.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- class.mail2array.inc.php    27 Dec 2006 03:03:10 -0000      1.1
+++ class.mail2array.inc.php    27 Dec 2006 06:29:56 -0000      1.2
@@ -10,7 +10,7 @@
        * @internal a modified version of fud_emsg in FUDForum's 
scripts/maillist.php - 
http://cvs.prohost.org/c/index.cgi/FUDforum/getfile/install/forum_data/scripts/maillist.php?v=1.72
        * @package phpgwapi
        * @subpackage mail
-       * @version $Id: class.mail2array.inc.php,v 1.1 2006/12/27 03:03:10 
skwashd Exp $
+       * @version $Id: class.mail2array.inc.php,v 1.2 2006/12/27 06:29:56 
skwashd Exp $
        */
 
        class phpgwapi_mail2array
@@ -212,7 +212,7 @@
                        {
                                if (!trim($p)) continue;
                                // Parse inidividual body sections
-                               $this->body_s[$this->body_sc] = new 
phpgwapi_mail2msg;
+                               $this->body_s[$this->body_sc] = new 
phpgwapi_mail2array;
                                
$this->body_s[$this->body_sc++]->parse_input($p);
                        }
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]