forked from extern/egroupware
disable dla_update for xajax felemimail call to refresh MessageList and FolderList periodically
This commit is contained in:
parent
5d41f54594
commit
aecfe9d768
6
json.php
6
json.php
@ -83,6 +83,12 @@ if (isset($_GET['menuaction']))
|
|||||||
'no_dla_update' => $appName == 'notifications', // otherwise session never time out
|
'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');
|
include('./header.inc.php');
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user