Topic moderation does not work in 1.0.2, to fix place the following on line 88 (just above the line saying "return"):
$topic = $bbdb->get_row("SELECT * FROM $bbdb->topics WHERE topic_id = '$topic_id'");
if($hold_topics && intval($topic->topic_posts) === 0):
$bbdb->query("UPDATE $bbdb->topics SET topic_status = '-1' WHERE topic_id = '$topic_id'");
if ('Y' == $options['hold_topics_send_email']) bb_moderation_mail_moderation();
endif;
