phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.126,1.127


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.126,1.127
Date: Thu, 14 Feb 2002 02:29:28 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv18185/inc

Modified Files:
        functions.inc.php 
Log Message:
updated the calls to print_debug() in the functions.inc.php

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/functions.inc.php,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -r1.126 -r1.127
*** functions.inc.php   14 Feb 2002 02:22:17 -0000      1.126
--- functions.inc.php   14 Feb 2002 07:29:26 -0000      1.127
***************
*** 577,581 ****
  
        magic_quotes_runtime(false);
!       @print_debug('sane environment');
  
        
/****************************************************************************\
--- 577,581 ----
  
        magic_quotes_runtime(false);
!       @print_debug('sane environment','messageonly','api');
  
        
/****************************************************************************\
***************
*** 648,652 ****
        unset ($domain); // we kill this to save memory
  
!       @print_debug('domain: '.$GLOBALS['phpgw_info']['user']['domain']);
  
         
/****************************************************************************\
--- 648,652 ----
        unset ($domain); // we kill this to save memory
  
!       @print_debug('domain',$GLOBALS['phpgw_info']['user']['domain'],'api');
  
         
/****************************************************************************\
***************
*** 742,746 ****
        $GLOBALS['phpgw']->applications = CreateObject('phpgwapi.applications');
        //      $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.datetime');
!       print_debug('main class loaded');
        if (! 
isset($GLOBALS['phpgw_info']['flags']['included_classes']['error']) ||
                ! $GLOBALS['phpgw_info']['flags']['included_classes']['error'])
--- 742,746 ----
        $GLOBALS['phpgw']->applications = CreateObject('phpgwapi.applications');
        //      $GLOBALS['phpgw']->datetime = CreateObject('phpgwapi.datetime');
!       print_debug('main class loaded', 'messageonly','api');
        if (! 
isset($GLOBALS['phpgw_info']['flags']['included_classes']['error']) ||
                ! $GLOBALS['phpgw_info']['flags']['included_classes']['error'])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]