Diff for /loncom/homework/response.pm between versions 1.101 and 1.102

version 1.101, 2004/08/29 07:49:35 version 1.102, 2004/09/09 08:59:56
Line 500  sub answer_footer { Line 500  sub answer_footer {
 }  }
   
 sub showallfoils {  sub showallfoils {
     my $return=0;      if (defined($ENV{'form.showallfoils'})) {
     if (defined($ENV{'form.showallfoils'}) &&   my ($symb)=&Apache::lonxml::whichuser();
  $ENV{'request.state'} eq 'construct') {   if ($ENV{'request.state'} eq 'construct' || 
  $return=1;      ($ENV{'user.adv'} && $symb eq '')) {
       return 1;
    }
     }      }
     return $return;      return 0;
 }  }
   
 sub getresponse {  sub getresponse {

Removed from v.1.101  
changed lines
  Added in v.1.102


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>