Index: trunk/globals.php =================================================================== diff -u -r25 -r78 --- trunk/globals.php (.../globals.php) (revision 25) +++ trunk/globals.php (.../globals.php) (revision 78) @@ -36,7 +36,7 @@ { global $g_adodbConnection, $g_DBType, $g_DBHost,$g_DBUser,$g_DBUserPassword,$g_DBName,$g_DebugMode; global $ADODB_FETCH_MODE,$ADODB_COUNTRECS,$ADODB_CACHE_DIR,$pathtoroot; - + //echo '
'.print_r( debug_backtrace() , true).'
'; if(!isset($g_adodbConnection) && strlen($g_DBType)>0) { $g_adodbConnection = ADONewConnection($g_DBType);