--- loncom/homework/structuretags.pm 2010/02/28 23:28:54 1.465 +++ loncom/homework/structuretags.pm 2010/05/18 21:03:15 1.465.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.465 2010/02/28 23:28:54 raeburn Exp $ +# $Id: structuretags.pm,v 1.465.2.1 2010/05/18 21:03:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1494,7 +1494,7 @@ sub start_instructorcomment { if ($target eq 'web' || $target eq 'grade' || $target eq 'answer' || $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')) { my $skip=&Apache::lonxml::get_all_text("/instructorcomment", $parser,$style);