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

version 1.114, 2005/02/24 00:36:10 version 1.115, 2005/03/28 11:57:48
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'} && $symb eq '')    ||
               ($ENV{'print.showallfoils'})  ) {
     return 1;      return 1;
  }   }
     }      }

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


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