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

raeburn raeburn at source.lon-capa.org
Wed Feb 1 14:56:30 EST 2012


raeburn		Wed Feb  1 19:56:30 2012 EDT

  Modified files:              (Branch: loncapaMITrelate_1)
    /loncom/interface	courseprefs.pm 
  Log:
  - Backport 1.48.
  
  
Index: loncom/interface/courseprefs.pm
diff -u loncom/interface/courseprefs.pm:1.28.2.10 loncom/interface/courseprefs.pm:1.28.2.10.2.1
--- loncom/interface/courseprefs.pm:1.28.2.10	Thu Jul 28 04:32:28 2011
+++ loncom/interface/courseprefs.pm	Wed Feb  1 19:56:30 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set configuration settings for a course
 #
-# $Id: courseprefs.pm,v 1.28.2.10 2011/07/28 04:32:28 raeburn Exp $
+# $Id: courseprefs.pm,v 1.28.2.10.2.1 2012/02/01 19:56:30 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2401,7 +2401,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