--- loncom/interface/lonfeedback.pm 2010/08/20 04:49:11 1.273.4.9 +++ loncom/interface/lonfeedback.pm 2010/09/21 04:56:15 1.273.4.10 @@ -1,7 +1,7 @@ # The LearningOnline Network # Feedback # -# $Id: lonfeedback.pm,v 1.273.4.9 2010/08/20 04:49:11 raeburn Exp $ +# $Id: lonfeedback.pm,v 1.273.4.10 2010/09/21 04:56:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -759,9 +759,10 @@ END } } } - } - if ($outputtarget ne 'tex') { - $discussion.= ''.&mt('This discussion is closed.').''; + } else { + if ($outputtarget ne 'tex') { + $discussion.= ''.&mt('This discussion is closed.').''; + } } $discussion.=&send_message_link($ressymb).''; }