mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 23:40:39 +01:00
fix for bug in email2infolog: date was not set
This commit is contained in:
parent
4921902293
commit
16f85bf1e4
@ -1288,7 +1288,7 @@ class uiinfolog
|
|||||||
$subject,
|
$subject,
|
||||||
$message,
|
$message,
|
||||||
$attachments,
|
$attachments,
|
||||||
strtotime($headers->date)
|
strtotime($headers['DATE'])
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
$GLOBALS['egw']->common->egw_header();
|
$GLOBALS['egw']->common->egw_header();
|
||||||
|
Loading…
Reference in New Issue
Block a user