Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
in['topic'] OR !isset($bugsys->datastore['help'][ $bugsys->in['topic'] ]))
{
$topic['title'] = T('Invalid');
$topic['body'] = T('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$
|| ###################################################################
\*=====================================================================*/
?>