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

raeburn raeburn at source.lon-capa.org
Sun Jan 16 11:52:42 EST 2022


raeburn		Sun Jan 16 16:52:42 2022 EDT

  Modified files:              
    /loncom/interface	courseprefs.pm 
  Log:
  - Fix typos in rev. 1.80
  
  
Index: loncom/interface/courseprefs.pm
diff -u loncom/interface/courseprefs.pm:1.96 loncom/interface/courseprefs.pm:1.97
--- loncom/interface/courseprefs.pm:1.96	Sun Jan 16 16:50:40 2022
+++ loncom/interface/courseprefs.pm	Sun Jan 16 16:52:42 2022
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set configuration settings for a course
 #
-# $Id: courseprefs.pm,v 1.96 2022/01/16 16:50:40 raeburn Exp $
+# $Id: courseprefs.pm,v 1.97 2022/01/16 16:52:42 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3810,7 +3810,7 @@
         @pendingcoown = split(',',$pendingcoowners);
     }
     if (ref($currcoownref) eq 'ARRAY') {
-        @currcoown == @{$currcoownref};
+        @currcoown = @{$currcoownref};
     }
     my $disabled;
     if ($noedit) {
@@ -3874,7 +3874,7 @@
         @pendingcoown = split(',',$pendingcoowners);
     }
     if (ref($currcoownref) eq 'ARRAY') {
-        @currcoown == @{$currcoownref};
+        @currcoown = @{$currcoownref};
     }
     my $disabled;
     if ($noedit) {




More information about the LON-CAPA-cvs mailing list