forked from extern/egroupware
updated the calls to print_debug() in the functions.inc.php
This commit is contained in:
parent
27f892db9d
commit
d3311b7244
@ -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'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user