fixed smal prob with non existing header

This commit is contained in:
Ralf Becker 2006-05-31 01:55:13 +00:00
parent b2102ccbd6
commit 7690dd10f7

View File

@ -39,6 +39,8 @@
define('EGW_INCLUDE_ROOT','..');
define('PHPGW_SERVER_ROOT','..');
define('PHPGW_INCLUDE_ROOT','..');
define('EGW_API_INC',EGW_SERVER_ROOT.'/phpgwapi/inc');
}
require(EGW_INCLUDE_ROOT . '/phpgwapi/inc/common_functions.inc.php');