1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 20:31:41 +02:00

PHP Warning Fixes.

This commit is contained in:
Cameron
2020-12-29 08:04:52 -08:00
parent baed9ec8e5
commit 75f595adb0
13 changed files with 61 additions and 27 deletions

View File

@@ -2248,7 +2248,7 @@ class mailoutAdminClass extends e107MailManager
$text .= "<tr>
<td><label for='smtp_keepalive'>" . LAN_MAILOUT_57 . "</label></td><td>\n";
$text .= $frm->radio_switch('smtp_keepalive', $pref['smtp_keepalive']) . "
$text .= $frm->radio_switch('smtp_keepalive', varset($pref['smtp_keepalive'])) . "
</td>
</tr>";