--- loncom/homework/structuretags.pm 2003/05/27 18:58:51 1.178 +++ loncom/homework/structuretags.pm 2003/06/04 14:49:20 1.179 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.178 2003/05/27 18:58:51 sakharuk Exp $ +# $Id: structuretags.pm,v 1.179 2003/06/04 14:49:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -532,6 +532,7 @@ sub end_problem { } } elsif ($target eq 'meta') { if ($Apache::inputtags::part eq '0') { + @Apache::inputtags::response=(); $result=&Apache::response::mandatory_part_meta; } } elsif ($target eq 'edit') {