From d2e7cf6a5bce32fecf90c0eef70179dddb131d0a Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 6 Aug 2001 00:31:44 +0000 Subject: [PATCH] undo local change we are not yet ready for --- phpgwapi/inc/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/functions.inc.php b/phpgwapi/inc/functions.inc.php index 2e1db87b7a..f2914d352b 100644 --- a/phpgwapi/inc/functions.inc.php +++ b/phpgwapi/inc/functions.inc.php @@ -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']) ||