[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Tue, 14 Aug 2007 04:29:38 -0000
albertel Tue Aug 14 00:29:38 2007 EDT
Modified files:
/loncom/homework structuretags.pm
Log:
- only need to do it once
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.389 loncom/homework/structuretags.pm:1.390
--- loncom/homework/structuretags.pm:1.389 Mon Aug 13 21:45:20 2007
+++ loncom/homework/structuretags.pm Tue Aug 14 00:29:37 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.389 2007/08/14 01:45:20 albertel Exp $
+# $Id: structuretags.pm,v 1.390 2007/08/14 04:29:37 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -644,7 +644,6 @@
}
if ($target ne 'analyze') {
- if ($env{'request.state'} eq 'construct') { &set_problem_state('0'); }
$Apache::lonhomework::type=&Apache::lonnet::EXT('resource.0.type');
if (($env{'request.state'} eq 'construct') &&
defined($env{'form.problemtype'})) {