mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02: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']->preferences = CreateObject('phpgwapi.preferences');
|
||||||
$GLOBALS['phpgw']->applications = CreateObject('phpgwapi.applications');
|
$GLOBALS['phpgw']->applications = CreateObject('phpgwapi.applications');
|
||||||
$GLOBALS['phpgw']->translation = CreateObject('phpgwapi.translation');
|
$GLOBALS['phpgw']->translation = CreateObject('phpgwapi.translation');
|
||||||
|
$GLOBALS['phpgw']->log = CreateObject('phpgwapi.log');
|
||||||
// $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.datetime');
|
// $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.datetime');
|
||||||
print_debug('main class loaded');
|
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 *
|
* This is a global constant that should be used *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user