[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 14 Jul 2006 17:45:06 -0000
albertel Fri Jul 14 13:45:06 2006 EDT
Modified files:
/loncom/homework structuretags.pm
Log:
- BUG#4920, problem status was being reset on part 0
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.360 loncom/homework/structuretags.pm:1.361
--- loncom/homework/structuretags.pm:1.360 Sun Jul 2 22:52:20 2006
+++ loncom/homework/structuretags.pm Fri Jul 14 13:45:05 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.360 2006/07/03 02:52:20 albertel Exp $
+# $Id: structuretags.pm,v 1.361 2006/07/14 17:45:05 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -528,7 +528,6 @@
undef($Apache::lonhomework::name);
undef($Apache::lonhomework::default_type);
undef($Apache::lonhomework::type);
- undef($Apache::lonhomework::problemstatus);
}
sub reset_problem_globals {