$threadData = dbarray ( dbquery ( "select * from " . $db_prefix . "threads t
left join " . $db_prefix . "posts p on p.post_id=t.thread_lastpostid
where t.thread_lastpost='" . $data ['forum_lastpost'] . "'" ) );
echo showdate("forumdate", $data['forum_lastpost'])."
\n";
echo "".$locale['406']."".$data['user_name']."
\n";
echo "\n";