--- loncom/homework/bridgetask.pm	2014/02/13 18:13:22	1.263
+++ loncom/homework/bridgetask.pm	2014/05/18 09:59:57	1.264
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: bridgetask.pm,v 1.263 2014/02/13 18:13:22 bisitz Exp $
+# $Id: bridgetask.pm,v 1.264 2014/05/18 09:59:57 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -681,7 +681,7 @@ sub start_Task {
         $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]);
         }
     }