[LON-CAPA-cvs] cvs: loncom /interface courseprefs.pm

raeburn raeburn at source.lon-capa.org
Wed Dec 14 18:55:51 EST 2011


raeburn		Wed Dec 14 23:55:51 2011 EDT

  Modified files:              
    /loncom/interface	courseprefs.pm 
  Log:
  - Missing fifth arg in call to &releases_by_map().
  
  
Index: loncom/interface/courseprefs.pm
diff -u loncom/interface/courseprefs.pm:1.47 loncom/interface/courseprefs.pm:1.48
--- loncom/interface/courseprefs.pm:1.47	Wed Oct 19 21:15:53 2011
+++ loncom/interface/courseprefs.pm	Wed Dec 14 23:55:50 2011
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set configuration settings for a course
 #
-# $Id: courseprefs.pm,v 1.47 2011/10/19 21:15:53 www Exp $
+# $Id: courseprefs.pm,v 1.48 2011/12/14 23:55:50 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2392,7 +2392,7 @@
                     }
                     $r->print(&Apache::loncommon::start_data_table_row().
                               '<td rowspan="'.$rowspan.'">'.$indent.$icon.' '.$title.'</td>');
-                    &releases_by_map($r,$bymap,$url,$scopeorder);
+                    &releases_by_map($r,$bymap,$url,$scopeorder,$lt);
                     $r->print(&Apache::loncommon::end_data_table_row());
                 } else {
                     my $rowspan;




More information about the LON-CAPA-cvs mailing list