disable dla_update for xajax felemimail call to refresh MessageList and FolderList periodically

This commit is contained in:
Klaus Leithoff 2011-04-13 13:31:09 +00:00
parent 5d41f54594
commit aecfe9d768

View File

@ -83,6 +83,12 @@ if (isset($_GET['menuaction']))
'no_dla_update' => $appName == 'notifications', // otherwise session never time out
)
);
//if ($_GET['menuaction'] !='notifications.notifications_ajax.get_notifications') error_log(__METHOD__.__LINE__.' Appname:'.$appName.' Action:'.print_r($_GET['menuaction'],true));
if ($_GET['menuaction']=='felamimail.ajaxfelamimail.refreshMessageList' ||
$_GET['menuaction']=='felamimail.ajaxfelamimail.refreshFolderList')
{
$GLOBALS['egw_info']['flags']['no_dla_update']=true;
}
include('./header.inc.php');