Diff for /loncom/homework/response.pm between versions 1.114 and 1.116

version 1.114, 2005/02/24 00:36:10 version 1.116, 2005/03/28 23:19:45
Line 513  sub showallfoils { Line 513  sub showallfoils {
     if (defined($ENV{'form.showallfoils'})) {      if (defined($ENV{'form.showallfoils'})) {
  my ($symb)=&Apache::lonxml::whichuser();   my ($symb)=&Apache::lonxml::whichuser();
  if ($ENV{'request.state'} eq 'construct' ||    if ($ENV{'request.state'} eq 'construct' || 
     ($ENV{'user.adv'} && $symb eq '')) {      $ENV{'user.adv'} ) {
     return 1;      return 1;
  }   }
     }      }

Removed from v.1.114  
changed lines
  Added in v.1.116


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