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: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc class.mailer_smtp.inc.php
Date: Wed, 21 Feb 2007 15:15:09 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   07/02/21 15:15:09

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

Log message:
        notice

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

Patches:
Index: class.mailer_smtp.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.mailer_smtp.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- class.mailer_smtp.inc.php   4 Sep 2006 03:27:23 -0000       1.7
+++ class.mailer_smtp.inc.php   21 Feb 2007 15:15:09 -0000      1.8
@@ -6,7 +6,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage communication
-       * @version $Id: class.mailer_smtp.inc.php,v 1.7 2006/09/04 03:27:23 
skwashd Exp $
+       * @version $Id: class.mailer_smtp.inc.php,v 1.8 2007/02/21 15:15:09 
sigurdne Exp $
        */
 
        /**
@@ -30,7 +30,7 @@
                {
                        $this->IsSMTP(true);
                        $this->Host = 
$GLOBALS['phpgw_info']['server']['smtp_server'];
-                       $this->Port = 
$GLOBALS['phpgw_info']['server']['smtp_port'];
+                       $this->Port = 
isset($GLOBALS['phpgw_info']['server']['smtp_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]