Index: trunk/kernel/units/help/help_tag_processor.php =================================================================== diff -u -r4665 -r4880 --- trunk/kernel/units/help/help_tag_processor.php (.../help_tag_processor.php) (revision 4665) +++ trunk/kernel/units/help/help_tag_processor.php (.../help_tag_processor.php) (revision 4880) @@ -38,7 +38,7 @@ $help_file = FULL_PATH.'/'.$module_path.'module_help/'.$title_preset.'.txt'; - if( $this->Application->isDebugMode() && dbg_ConstOn('DBG_EDIT_HELP') ) + if( $this->Application->isDebugMode() && constOn('DBG_EDIT_HELP') ) { global $debugger; $ret = 'Help file: '.$debugger->getLocalFile($help_file).'
'; @@ -50,7 +50,7 @@ $help_data = file_exists($help_file) ? file_get_contents($help_file) : false; - if( $this->Application->isDebugMode() && dbg_ConstOn('DBG_HELP') ) + if( $this->Application->isDebugMode() && constOn('DBG_HELP') ) { $this->Application->Factory->includeClassFile('FCKeditor'); $oFCKeditor = new FCKeditor('HelpContent');