phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc class.mailer_smtp.inc.php
Date: Sun, 20 Aug 2006 10:35:55 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/08/20 10:35:55

Modified files:
        inc            : class.mailer_smtp.inc.php 

Log message:
        fix config variable name

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

Patches:
Index: class.mailer_smtp.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.mailer_smtp.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- class.mailer_smtp.inc.php   9 Apr 2006 14:02:16 -0000       1.2
+++ class.mailer_smtp.inc.php   20 Aug 2006 10:35:55 -0000      1.3
@@ -5,7 +5,7 @@
        * @copyright Copyright (C) 2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package email
-       * @version $Id: class.mailer_smtp.inc.php,v 1.2 2006/04/09 14:02:16 
skwashd Exp $
+       * @version $Id: class.mailer_smtp.inc.php,v 1.3 2006/08/20 10:35:55 
skwashd Exp $
        */
 
        /**
@@ -27,7 +27,7 @@
                function mailer_smtp()
                {
                        $this->IsSMTP(true);
-                       $this->Host = 
$GLOBALS['phpgw_info']['server']['smtp_host'];
+                       $this->Host = 
$GLOBALS['phpgw_info']['server']['smtp_server'];
                        $this->Port = 
$GLOBALS['phpgw_info']['server']['smtp_port'];
                        $this->Version = 'custom - phpGroupWare 1.73';
                }




reply via email to

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