in['topic'] OR !isset($bugsys->datastore['help'][ $bugsys->in['topic'] ])) { $topic['title'] = $lang->string('Invalid'); $topic['body'] = $lang->string('That help topic does not exist in the system.'); } else { $topic = $bugsys->datastore['help'][ $bugsys->in['topic'] ]; } eval('$template->flush("' . $template->fetch('help_window') . '");'); /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>