diff --git a/phpgwapi/inc/functions.inc.php b/phpgwapi/inc/functions.inc.php index d547d0c949..2f37753f52 100644 --- a/phpgwapi/inc/functions.inc.php +++ b/phpgwapi/inc/functions.inc.php @@ -83,7 +83,7 @@ if ($GLOBALS['egw_info']['server']['sessions_type'] == 'php4-restore' && $_REQUE if (basename($file) == 'class.config.inc.php') continue; //echo "

about to include $file

\n"; include_once($file); - //if (basename($file) == 'class.egw_framework.inc.php') break; // the rest is not needed and makes only problems + if (basename($file) == 'class.egw_framework.inc.php') break; // the rest is not needed and makes only problems } $GLOBALS['egw'] = unserialize($_SESSION['egw_object_cache']); include_once(EGW_API_INC.'/class.config.inc.php');