Index: trunk/admin/help/help.php =================================================================== diff -u -r2932 -r3076 --- trunk/admin/help/help.php (.../help.php) (revision 2932) +++ trunk/admin/help/help.php (.../help.php) (revision 3076) @@ -44,12 +44,12 @@ if( file_exists($topic_path) ) echo $help_data; else - echo defined('DEBUG_HELP') ? 'missing section help file '.$section[1].'.txt
' : admin_language('la_help_in_progress'); + echo defined('DBG_HELP') && DBG_HELP ? 'missing section help file '.$section[1].'.txt
' : admin_language('la_help_in_progress'); ?>