code comment

This commit is contained in:
Laurent Destailleur 2020-12-03 11:19:41 +01:00
parent 0fd865d8af
commit b324425db8

View File

@ -449,6 +449,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
{
$morehtml .= 'Failed to open IMAP connection '.$connectstringsource;
$morehtml .= '<br>'.imap_last_error();
//var_dump(imap_errors())
}
else
{