phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc class.send.inc.php
Date: Sun, 29 Oct 2006 10:46:35 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/10/29 10:46:35

Modified files:
        inc            : class.send.inc.php 

Log message:
        typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.send.inc.php?cvsroot=phpgwapi&r1=1.20&r2=1.21

Patches:
Index: class.send.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.send.inc.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- class.send.inc.php  3 Sep 2006 06:15:27 -0000       1.20
+++ class.send.inc.php  29 Oct 2006 10:46:35 -0000      1.21
@@ -8,7 +8,7 @@
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage communication
-       * @version $Id: class.send.inc.php,v 1.20 2006/09/03 06:15:27 skwashd 
Exp $
+       * @version $Id: class.send.inc.php,v 1.21 2006/10/29 10:46:35 sigurdne 
Exp $
        */
 
        /**
@@ -71,11 +71,11 @@
                        unset($to);
                        if ( count($to_array) == 2 )
                        {
-                               $mail->AddAddress($to_array[1], $to_array[0]);
+                               $smtp->AddAddress($to_array[1], $to_array[0]);
                        }
                        else
                        {
-                               $mail->AddAddress($to_array[0]);
+                               $smtp->AddAddress($to_array[0]);
                        }
 
                        $smtp->subject = $subject;




reply via email to

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