phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [20929] Fix:plugindir


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [20929] Fix:plugindir
Date: Tue, 05 Jan 2010 21:24:38 +0000

Revision: 20929
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20929
Author:   sigurdne
Date:     2010-01-05 21:24:38 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
Fix:plugindir

Modified Paths:
--------------
    people/sigurdne/modules/phpgwapi/trunk/inc/class.mailer_smtp.inc.php

Modified: people/sigurdne/modules/phpgwapi/trunk/inc/class.mailer_smtp.inc.php
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/inc/class.mailer_smtp.inc.php        
2010-01-05 21:23:34 UTC (rev 20928)
+++ people/sigurdne/modules/phpgwapi/trunk/inc/class.mailer_smtp.inc.php        
2010-01-05 21:24:38 UTC (rev 20929)
@@ -30,6 +30,7 @@
                {
                        parent::__construct(true); // enable exceptions
                        $this->IsSMTP(true);
+                       $this->PluginDir = PHPGW_INCLUDE_ROOT . 
'/phpgwapi/inc/phpmailer/';
                        $this->Host = 
$GLOBALS['phpgw_info']['server']['smtp_server'];
                        $this->Port = 
isset($GLOBALS['phpgw_info']['server']['smtp_port']) ? 
$GLOBALS['phpgw_info']['server']['smtp_port'] : 25;
                        $this->SMTPAuth = 
isset($GLOBALS['phpgw_info']['server']['smtpAuth']) && 
$GLOBALS['phpgw_info']['server']['smtpAuth'] == yes ? true : false;





reply via email to

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