From 900ee97db101f8574596aa0b3cd789079a57c79b Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Fri, 10 Oct 2008 09:19:21 +0000 Subject: [PATCH] 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. --- phpgwapi/inc/class.egw_framework.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpgwapi/inc/class.egw_framework.inc.php b/phpgwapi/inc/class.egw_framework.inc.php index 49b65c96c3..f167c61fd7 100644 --- a/phpgwapi/inc/class.egw_framework.inc.php +++ b/phpgwapi/inc/class.egw_framework.inc.php @@ -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']))