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:
@@ -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>";
|
||||
|
||||
|
Reference in New Issue
Block a user