Commit info for scoop/lib:

Modified Files:
	Scoop.pm 
Log Message:
Missed a couple of files out, which I put in CURRENT, but missed from stable. This just tidies everything up.
--hulver.


Index: Scoop.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop.pm,v
retrieving revision 1.129
retrieving revision 1.130
diff -r1.129 -r1.130
1595,1604c1595
< 		
< 		# Account for diaries
< 		if ($tid =~ /^diary_(\d+)$/) {
< 			my $uname = $S->get_nick($1);
< 			$topic = $S->{TOPIC_DATA}->{'diary'};
< 			$topic->{tid} = $tid;
< 			$topic->{'alttext'} = $uname."'s Diary";
< 		} else {
< 			$topic = $S->{TOPIC_DATA}->{$tid};
< 		}
---
> 		$topic = $S->{TOPIC_DATA}->{$tid};
1608,1613d1598
< 	#my @topics;
< 	#foreach my $topic (keys %{$S->{TOPIC_DATA}}) {
< 	#	push @topics, $S->{TOPIC_DATA}->{$topic};
< 	#}
< 
< 	#return \@topics;