From 60dcef31647507adfd05a6ab7d87b4fd2e876345 Mon Sep 17 00:00:00 2001 From: jerrywestrick Date: Mon, 6 Aug 2001 16:20:45 +0000 Subject: [PATCH] Change class "log" to "errorlog" because of php3 nameing conflic class "log" to "errorlog" because of php3 nameing conflictt --- 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 32078c4d5b..56e93e6da6 100644 --- a/phpgwapi/inc/functions.inc.php +++ b/phpgwapi/inc/functions.inc.php @@ -474,7 +474,7 @@ function ExecObject($object, $functionparams = '_UNDEF_', $loglevel = 3, $classp $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']->log = CreateObject('phpgwapi.errorlog'); // $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.datetime'); print_debug('main class loaded'); if (! isset($phpgw_info['flags']['included_classes']['error']) ||