undo local change we are not yet ready for

This commit is contained in:
Miles Lott 2001-08-06 00:31:44 +00:00
parent 4b512874d8
commit d2e7cf6a5b

View File

@ -470,7 +470,7 @@
$GLOBALS['phpgw']->preferences = CreateObject('phpgwapi.preferences');
$GLOBALS['phpgw']->applications = CreateObject('phpgwapi.applications');
$GLOBALS['phpgw']->translation = CreateObject('phpgwapi.translation');
$GLOBALS['phpgw']->log = CreateObject('phpgwapi.errorlog');
$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']) ||