Add blank due date when piping in a ticket

This commit is contained in:
Mike Koch 2016-04-26 21:56:30 -04:00
parent 32bcb9ddfe
commit e9dfaa3460

View File

@ -310,6 +310,7 @@ function hesk_email2ticket($results, $pop3 = 0, $set_category = 1, $set_priority
$tmpvar['user_agent'] = NULL;
$tmpvar['screen_resolution_width'] = "NULL";
$tmpvar['screen_resolution_height'] = "NULL";
$tmpvar['due_date'] = "";
// Insert ticket to database
$ticket = hesk_newTicket($tmpvar);