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

Modified Files:
	Post.pm 
Log Message:
janra's bug fix for bug #57


Index: Post.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Comments/Post.pm,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** Post.pm	11 Feb 2005 22:11:05 -0000	1.75
--- Post.pm	26 May 2005 10:24:48 -0000	1.76
***************
*** 315,319 ****
  		if ($pending == 0) {
  			$tselected = ' SELECTED';
! 		} else {
  			$eselected = ' SELECTED';
  	 	} 
--- 315,319 ----
  		if ($pending == 0) {
  			$tselected = ' SELECTED';
! 		} elsif ($pending == 1) {
  			$eselected = ' SELECTED';
  	 	}