Index: trunk/core/kernel/parser/template_parser.php =================================================================== diff -u -r1848 -r2566 --- trunk/core/kernel/parser/template_parser.php (.../template_parser.php) (revision 1848) +++ trunk/core/kernel/parser/template_parser.php (.../template_parser.php) (revision 2566) @@ -422,10 +422,10 @@ $debugger->appendHTML('ParseBlock '.$params['name'].' pass_params is '.$params['pass_params'].' force is '.$force_pass_params.' in '.$debugger->getFileLink($debugger->getLocalFile(DOC_ROOT.BASE_PATH.THEMES_PATH.'/'.$this->TemplateName).'.tpl', $this->CurrentLineNumber(), '', true)); } - if ( $this->Application->isDebugMode() && dbg_ConstOn('DBG_PRE_PARSE') ) { + /*if ( $this->Application->isDebugMode() && dbg_ConstOn('DBG_PRE_PARSE') ) { global $debugger; $debugger->CurrentPreParsedBlock = $params['name']; - } + }*/ if (defined('EXPERIMENTAL_PRE_PARSE')) { $this->MainParser = false; if (isset($this->Application->PreParsedBlocks[$params['name']]) ) {