Index: trunk/core/kernel/parser/construct_tags.php =================================================================== diff -u -N -r3530 -r4880 --- trunk/core/kernel/parser/construct_tags.php (.../construct_tags.php) (revision 3530) +++ trunk/core/kernel/parser/construct_tags.php (.../construct_tags.php) (revision 4880) @@ -219,7 +219,7 @@ global $debugger; - $dbg_functions = $this->Application->isDebugMode() && dbg_ConstOn('DBG_PRINT_PREPARSED'); + $dbg_functions = $this->Application->isDebugMode() && constOn('DBG_PRINT_PREPARSED'); $f_body = ''; //echo "
";