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

raeburn raeburn at source.lon-capa.org
Tue Dec 14 19:48:41 EST 2021


raeburn		Wed Dec 15 00:48:41 2021 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	courseprefs.pm 
  Log:
  - For 2.11
    Backport 1.93 (part)
  
  
Index: loncom/interface/courseprefs.pm
diff -u loncom/interface/courseprefs.pm:1.49.2.26 loncom/interface/courseprefs.pm:1.49.2.27
--- loncom/interface/courseprefs.pm:1.49.2.26	Sun Dec 12 21:52:15 2021
+++ loncom/interface/courseprefs.pm	Wed Dec 15 00:48:41 2021
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set configuration settings for a course
 #
-# $Id: courseprefs.pm,v 1.49.2.26 2021/12/12 21:52:15 raeburn Exp $
+# $Id: courseprefs.pm,v 1.49.2.27 2021/12/15 00:48:41 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -4228,7 +4228,7 @@
                             input => 'textbox',
                             size  => '30',
                            };
-    my $output = &make_item_rows($cdom,\%items,\@ordered,$settings,$rowtotal,$crstype,'other',$noedit);
+    return &make_item_rows($cdom,\%items,\@ordered,$settings,$rowtotal,$crstype,'other',$noedit);
 }
 
 sub get_other_items {




More information about the LON-CAPA-cvs mailing list