Index: egroupware/phpgwapi/inc/class.egw.inc.php =================================================================== --- egroupware/phpgwapi/inc/class.egw.inc.php (Revision 28514) +++ egroupware/phpgwapi/inc/class.egw.inc.php (Arbeitskopie) @@ -490,10 +490,12 @@ } // call the asyncservice check_run function if it is not explicitly set to cron-only // +/* not needed as rpm uses /etc/cron.d/egroupware if (!$GLOBALS['egw_info']['server']['asyncservice']) // is default { ExecMethod('phpgwapi.asyncservice.check_run','fallback'); } +*/ $this->db->disconnect(); } } Index: egroupware/admin/inc/class.uiasyncservice.inc.php =================================================================== --- egroupware/admin/inc/class.uiasyncservice.inc.php (Revision 28512) +++ egroupware/admin/inc/class.uiasyncservice.inc.php (Arbeitskopie) @@ -96,16 +96,20 @@ $config->save_repository(); unset($config); } +/* if (!$async->only_fallback) { $installed = $async->installed(); if (is_array($installed) && isset($installed['cronline'])) { +*/ $async_use['cron'] = lang('crontab only (recomended)'); +/* } } $async_use[''] = lang('fallback (after each pageview)'); $async_use['off'] = lang('disabled (not recomended)'); +*/ echo '
'.lang('Run Asynchronous services').''. '