Update of /cvs/scoop/scoop/lib/Scoop/Comments
In directory lithium.sabren.com:/tmp/cvs-serv1516/lib/Scoop/Comments

Modified Files:
	Format.pm 
Log Message:
Hulver's fixes for bugs 24, 77, 86, 160, 176, and 185

-janra



Index: Format.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Comments/Format.pm,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** Format.pm	11 Feb 2005 22:11:05 -0000	1.58
--- Format.pm	28 May 2005 01:56:29 -0000	1.59
***************
*** 163,167 ****
  	}
  
! 	if (($dispmode eq 'minimal' || $dispmode eq 'dminimal') && $pid == 0 && (!$cid || $cid != $comment->{cid}) && $comment->{mode} ne 'alone') {
  		my $replyblock;
  		if ($replies && $replies ne ' ') {
--- 163,167 ----
  	}
  
! 	if (( ($dispmode eq 'minimal' || $dispmode eq 'dminimal') && ($comment->{mode} ne 'Preview')) && $pid == 0 && (!$cid || $cid != $comment->{cid}) && $comment->{mode} ne 'alone') {
  		my $replyblock;
  		if ($replies && $replies ne ' ') {