mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
Finished merging patch for eventlog
This commit is contained in:
parent
75e4cfe0fa
commit
b1eb420217
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user