Index: branches/5.0.x/core/kernel/startup.php =================================================================== diff -u -r12299 -r12323 --- branches/5.0.x/core/kernel/startup.php (.../startup.php) (revision 12299) +++ branches/5.0.x/core/kernel/startup.php (.../startup.php) (revision 12323) @@ -1,6 +1,6 @@ profileStart('inc_globals', KERNEL_PATH . '/globals.php', $globals_start); $debugger->profileFinish('inc_globals', KERNEL_PATH . '/globals.php', $globals_end); @@ -153,14 +151,10 @@ $debugger->AttachToApplication(); } - if( !function_exists('adodb_mktime') ) include_once(KERNEL_PATH . '/utility/adodb-time.inc.php'); + if( !function_exists('adodb_mktime') ) { + include_once(KERNEL_PATH . '/utility/adodb-time.inc.php'); + } -// include_once(KERNEL_PATH . '/utility/temp_handler.php'); // needed because of static calls from kBase - // up to here - // global constants define ('KG_TO_POUND', 2.20462262); - define ('POUND_TO_KG', 0.45359237); - - -?> \ No newline at end of file + define ('POUND_TO_KG', 0.45359237); \ No newline at end of file