Find:
Code
		my $posts = scalar(@this_topic);
Replace with:
Code
		my $posts = scalar(@this_topic) - 1;