Diff for /loncom/homework/structuretags.pm between versions 1.465 and 1.465.2.1

version 1.465, 2010/02/28 23:28:54 version 1.465.2.1, 2010/05/18 21:03:15
Line 1494  sub start_instructorcomment { Line 1494  sub start_instructorcomment {
   
     if ($target eq 'web' || $target eq 'grade'   || $target eq 'answer' ||      if ($target eq 'web' || $target eq 'grade'   || $target eq 'answer' ||
  $target eq 'tex' || $target eq 'analyze' || $target eq 'webgrade') {   $target eq 'tex' || $target eq 'analyze' || $target eq 'webgrade') {
         $result=($env{'request.role'}=~/^(in|cc|au|ca|li)/);          $result=($env{'request.role'}=~/^(in|cc|co|au|ca|li)/);
  if ( (! $result) or ($env{'form.instructor_comments'} eq 'hide')) {   if ( (! $result) or ($env{'form.instructor_comments'} eq 'hide')) {
     my $skip=&Apache::lonxml::get_all_text("/instructorcomment",      my $skip=&Apache::lonxml::get_all_text("/instructorcomment",
    $parser,$style);     $parser,$style);

Removed from v.1.465  
changed lines
  Added in v.1.465.2.1


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