From d3311b724415a6999e6f2157586fd159a07565c4 Mon Sep 17 00:00:00 2001 From: seek3r Date: Thu, 14 Feb 2002 07:29:26 +0000 Subject: [PATCH] updated the calls to print_debug() in the functions.inc.php --- phpgwapi/inc/functions.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpgwapi/inc/functions.inc.php b/phpgwapi/inc/functions.inc.php index 46d6a4558e..9d8e882fc3 100644 --- a/phpgwapi/inc/functions.inc.php +++ b/phpgwapi/inc/functions.inc.php @@ -576,7 +576,7 @@ } magic_quotes_runtime(false); - @print_debug('sane environment'); + @print_debug('sane environment','messageonly','api'); /****************************************************************************\ * Multi-Domain support * @@ -647,7 +647,7 @@ } 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 * @@ -741,7 +741,7 @@ $GLOBALS['phpgw']->preferences = CreateObject('phpgwapi.preferences'); $GLOBALS['phpgw']->applications = CreateObject('phpgwapi.applications'); // $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']) || ! $GLOBALS['phpgw_info']['flags']['included_classes']['error']) {