updated the calls to print_debug() in the functions.inc.php

This commit is contained in:
seek3r 2002-02-14 07:29:26 +00:00
parent 27f892db9d
commit d3311b7244

View File

@ -576,7 +576,7 @@
} }
magic_quotes_runtime(false); magic_quotes_runtime(false);
@print_debug('sane environment'); @print_debug('sane environment','messageonly','api');
/****************************************************************************\ /****************************************************************************\
* Multi-Domain support * * Multi-Domain support *
@ -647,7 +647,7 @@
} }
unset ($domain); // we kill this to save memory unset ($domain); // we kill this to save memory
@print_debug('domain: '.$GLOBALS['phpgw_info']['user']['domain']); @print_debug('domain',$GLOBALS['phpgw_info']['user']['domain'],'api');
/****************************************************************************\ /****************************************************************************\
* These lines load up the API, fill up the $phpgw_info array, etc * * These lines load up the API, fill up the $phpgw_info array, etc *
@ -741,7 +741,7 @@
$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']->datetime = CreateObject('phpgwapi.datetime'); // $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.datetime');
print_debug('main class loaded'); print_debug('main class loaded', 'messageonly','api');
if (! isset($GLOBALS['phpgw_info']['flags']['included_classes']['error']) || if (! isset($GLOBALS['phpgw_info']['flags']['included_classes']['error']) ||
! $GLOBALS['phpgw_info']['flags']['included_classes']['error']) ! $GLOBALS['phpgw_info']['flags']['included_classes']['error'])
{ {