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

raeburn raeburn at source.lon-capa.org
Sat Aug 17 08:45:35 EDT 2019


raeburn		Sat Aug 17 12:45:35 2019 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	londocs.pm 
  Log:
  - For 2.11
    Typo in 1.484.2.82 backport of 1.665.
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.484.2.83 loncom/interface/londocs.pm:1.484.2.84
--- loncom/interface/londocs.pm:1.484.2.83	Fri Aug 16 18:27:50 2019
+++ loncom/interface/londocs.pm	Sat Aug 17 12:45:34 2019
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.484.2.83 2019/08/16 18:27:50 raeburn Exp $
+# $Id: londocs.pm,v 1.484.2.84 2019/08/17 12:45:34 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2122,7 +2122,7 @@
         if (grep(/^\Q$qtype\E$/, at simpleprobqtypes)) {
             my %newdata = (
                 $newprefix.'questiontype' => $qtype,
-            )
+            );
             foreach my $type (@simpleprobqtypes) {
                 if ($type eq $qtype) {
                     $newdata{"$weightprefix.$type.weight"}=1;




More information about the LON-CAPA-cvs mailing list