Commit info for scoop/lib/Scoop/Stories:

Modified Files:
	Elements.pm 
Log Message:
Fixing a panner bug that broke story voting. Namely, I removed the comment
column from storymoderate but didn't update any code to reflect that. Also,
added special key %%tid%% to story_summary for interpolating the topic id.

-keith



Index: Elements.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Stories/Elements.pm,v
retrieving revision 1.108
retrieving revision 1.109
diff -r1.108 -r1.109
202a203
> 	$page =~ s/%%tid%%/$story->{tid}/g;
658c659
< 		WHAT => 'time, vote, comment',
---
> 		WHAT => 'time, vote',
707c708
< 		WHAT => qq|uid, $date_format AS ftime, vote, comment, section_only|,
---
> 		WHAT => qq|uid, $date_format AS ftime, vote, section_only|,