Finished merging patch for eventlog

This commit is contained in:
jengo 2001-08-05 06:59:20 +00:00
parent 75e4cfe0fa
commit b1eb420217

View File

@ -409,8 +409,16 @@
$GLOBALS['phpgw']->preferences = CreateObject('phpgwapi.preferences');
$GLOBALS['phpgw']->applications = CreateObject('phpgwapi.applications');
$GLOBALS['phpgw']->translation = CreateObject('phpgwapi.translation');
$GLOBALS['phpgw']->log = CreateObject('phpgwapi.log');
// $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.datetime');
print_debug('main class loaded');
if (! isset($phpgw_info['flags']['included_classes']['error']) ||
! $phpgw_info['flags']['included_classes']['error'])
{
$phpgw_info['flags']['included_classes']['error'] = True;
include(PHPGW_INCLUDE_ROOT.'/phpgwapi/inc/class.error.inc.php');
}
/****************************************************************************\
* This is a global constant that should be used *