[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 09 Oct 2003 21:49:25 -0000
albertel Thu Oct 9 17:49:25 2003 EDT
Modified files:
/loncom/homework structuretags.pm
Log:
- hey we got the function built lets actually call it to stick in the part order info
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.214 loncom/homework/structuretags.pm:1.215
--- loncom/homework/structuretags.pm:1.214 Wed Oct 8 12:37:30 2003
+++ loncom/homework/structuretags.pm Thu Oct 9 17:49:24 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.214 2003/10/08 16:37:30 albertel Exp $
+# $Id: structuretags.pm,v 1.215 2003/10/09 21:49:24 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -574,6 +574,7 @@
@Apache::inputtags::response=();
$result=&Apache::response::mandatory_part_meta;
}
+ $result.=&Apache::response::meta_part_order();
} elsif ($target eq 'edit') {
&Apache::lonxml::debug("in end_problem with $target, edit");
$result = &problem_edit_footer();