--- loncom/homework/inputtags.pm 2007/02/27 17:52:16 1.215 +++ loncom/homework/inputtags.pm 2007/02/27 19:43:16 1.216 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.215 2007/02/27 17:52:16 banghart Exp $ +# $Id: inputtags.pm,v 1.216 2007/02/27 19:43:16 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -623,10 +623,11 @@ sub decideoutput { $message.= $computer; } $added_computer_text=1; + my ($symb) = &Apache::lonnet::whichuser(); if ((!$env{'course.'. $env{'request.course.id'}. '.disable_receipt_display'} eq 'yes')&& - $env{'request.course.id'}) { + $symb) { $message.=(($target eq 'web')?'
':' '). &mt('Your receipt is').' '.&Apache::lonnet::receipt($Apache::inputtags::part). (($target eq 'web')?&Apache::loncommon::help_open_topic('Receipt'):'');