Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-06-14 20:37:21 +02:00
parent 347c6ae8a8
commit 7e7800c110

View File

@ -1304,8 +1304,7 @@ while ($i < min($num, $limit)) {
}
}
// Email MsgID
if (!empty($arrayfields['p.email_msgid']['checked']))
{
if (!empty($arrayfields['p.email_msgid']['checked'])) {
print '<td class="center">';
print $obj->email_msgid;
print '</td>';