[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 13 Jun 2003 14:01:26 -0000
albertel Fri Jun 13 10:01:26 2003 EDT
Modified files:
/loncom/homework structuretags.pm
Log:
- comment is no longer true
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.182 loncom/homework/structuretags.pm:1.183
--- loncom/homework/structuretags.pm:1.182 Thu Jun 12 18:19:33 2003
+++ loncom/homework/structuretags.pm Fri Jun 13 10:01:26 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.182 2003/06/12 22:19:33 albertel Exp $
+# $Id: structuretags.pm,v 1.183 2003/06/13 14:01:26 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -267,10 +267,7 @@
my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_;
$Apache::lonhomework::parsing_a_problem=1;
- # meta is called from lonpublisher, which doesn't uses the normal
- # lonhomework method of parsing the file which means that inputtags
- # won't get reset
- if ( $Apache::inputtags::part ne '' && $target != 'meta' ) {
+ if ( $Apache::inputtags::part ne '' ) {
&Apache::lonxml::error('Only one problem allowed in a .problem file');
my $bodytext=&Apache::lonxml::get_all_text("/problem",$parser);
return '';