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