you need to have current_app modified when importing mail

This commit is contained in:
Klaus Leithoff 2009-07-13 10:50:33 +00:00
parent 70fac00871
commit 25dd696381

View File

@ -1368,6 +1368,7 @@ class infolog_ui
if (!empty($_to_emailAddress))
{
$GLOBALS['egw_info']['flags']['currentapp'] = 'infolog';
echo '<script>window.resizeTo(750,550);</script>';
if (is_array($_attachments))