adding error_log info about _get_css -> deprecated functionality related to the setting of the GLOBALS Array on CreateObject in

phpgwapi/inc/common_functions.inc.php which is no longer supported.
This commit is contained in:
Klaus Leithoff 2008-10-10 09:19:21 +00:00
parent 4520f9e9ce
commit 900ee97db1

View File

@ -549,6 +549,8 @@ abstract class egw_framework
$GLOBALS[$class]->public_functions['css'])
{
$app_css .= $GLOBALS[$class]->css();
} else {
error_log("Deprecated functionality. The setting of the GLOBALS Array on CreateObject in phpgwapi/inc/common_functions.inc.php is no longer supported");
}
}
if (isset($GLOBALS['egw_info']['flags']['css']))