[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework structuretags.pm

raeburn raeburn at source.lon-capa.org
Sat May 17 22:21:28 EDT 2014


raeburn		Sun May 18 02:21:28 2014 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/homework	structuretags.pm 
  Log:
  - For 2.11
    - Backport 1.519
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.512.2.7 loncom/homework/structuretags.pm:1.512.2.8
--- loncom/homework/structuretags.pm:1.512.2.7	Thu May 15 20:29:26 2014
+++ loncom/homework/structuretags.pm	Sun May 18 02:21:28 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.512.2.7 2014/05/15 20:29:26 raeburn Exp $
+# $Id: structuretags.pm,v 1.512.2.8 2014/05/18 02:21:28 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1170,7 +1170,7 @@
         $target eq 'tex') {
         if ($env{'form.markaccess'}) {
             my @interval=&Apache::lonnet::EXT("resource.0.interval");
-            &Apache::lonnet::set_first_access($interval[1]);
+            &Apache::lonnet::set_first_access($interval[1],$interval[0]);
         }
 
         ($status,$accessmsg,$slot_name,$slot) =




More information about the LON-CAPA-cvs mailing list