--- loncom/homework/response.pm 2005/03/28 11:57:48 1.115 +++ loncom/homework/response.pm 2005/03/28 23:19:45 1.116 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # various response type definitons response definition # -# $Id: response.pm,v 1.115 2005/03/28 11:57:48 foxr Exp $ +# $Id: response.pm,v 1.116 2005/03/28 23:19:45 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -513,8 +513,7 @@ sub showallfoils { if (defined($ENV{'form.showallfoils'})) { my ($symb)=&Apache::lonxml::whichuser(); if ($ENV{'request.state'} eq 'construct' || - ($ENV{'user.adv'} && $symb eq '') || - ($ENV{'print.showallfoils'}) ) { + $ENV{'user.adv'} ) { return 1; } }