--- loncom/interface/lonfeedback.pm 2012/05/28 19:03:03 1.355 +++ loncom/interface/lonfeedback.pm 2012/06/17 15:30:37 1.357 @@ -1,7 +1,7 @@ # The LearningOnline Network # Feedback # -# $Id: lonfeedback.pm,v 1.355 2012/05/28 19:03:03 raeburn Exp $ +# $Id: lonfeedback.pm,v 1.357 2012/06/17 15:30:37 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1063,8 +1063,8 @@ sub build_posting_display { next if ($contrib{$idx.':deleted'}); next if ($contrib{$idx.':hidden'}); unless ((($hiddens{$idx}) && (!$seehidden)) || ($deletions{$idx}) || (!$contrib{$idx.':message'})) { + push(@theselikes,$likes{$symb.':'.$idx.':likes'}); if ($likes{$symb.':'.$idx.':likes'} ne '') { - push(@theselikes,$likes{$symb.':'.$idx.':likes'}); if (ref($likes{$symb.':'.$idx.':likers'}) eq 'HASH') { if (exists($likes{$symb.':'.$idx.':likers'}{$thisuser})) { $userlikes{$idx} = 1; @@ -1967,7 +1967,7 @@ END } $r->print(< +
END $r->print(&Apache::lonhtmlcommon::start_pick_box()); $r->print(<

'); $r->print(&Apache::lonhtmlcommon::row_closure()); $r->print(&Apache::lonhtmlcommon::row_title(&mt('Message'))); - $r->print(''); $r->print(&Apache::lonhtmlcommon::row_closure(1));