1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

redundant code removed

This commit is contained in:
mrpete 2007-01-20 16:27:14 +00:00
parent ad77f67ec3
commit ed8e84bac7

View File

@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/newsletter/admin_config.php,v $
| $Revision: 1.3 $
| $Date: 2006-12-22 21:01:42 $
| $Author: e107steved $
| $Revision: 1.4 $
| $Date: 2007-01-20 16:27:14 $
| $Author: mrpete $
+----------------------------------------------------------------------------+
*/
require_once("../../class2.php");
@ -368,7 +368,6 @@ class newsletter
if ($pref['mailer'] == "smtp")
{
$mail->Mailer = "smtp";
$mail->SMTPKeepAlive = TRUE;
$mail->SMTPKeepAlive = (isset($pref['smtp_keepalive']) && $pref['smtp_keepalive']==1) ? TRUE : FALSE;
$mail->SMTPAuth = TRUE;
$mail->Username = $pref['smtp_username'];