[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /auth lonroles.pm

raeburn raeburn at source.lon-capa.org
Mon Aug 8 09:39:27 EDT 2016


raeburn		Mon Aug  8 13:39:27 2016 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/auth	lonroles.pm 
  Log:
  - For 2.11
    - Fix typo in 1.269.2.24 backport of 1.312.
  
  
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.269.2.24 loncom/auth/lonroles.pm:1.269.2.25
--- loncom/auth/lonroles.pm:1.269.2.24	Thu Aug  4 18:53:26 2016
+++ loncom/auth/lonroles.pm	Mon Aug  8 13:39:26 2016
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # User Roles Screen
 #
-# $Id: lonroles.pm,v 1.269.2.24 2016/08/04 18:53:26 raeburn Exp $
+# $Id: lonroles.pm,v 1.269.2.25 2016/08/08 13:39:26 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1766,7 +1766,7 @@
 }
 
 sub coursepick_jscript {
-    my $js_lt = &Apache::lonlocal::texthash(
+    my %js_lt = &Apache::lonlocal::texthash(
                   plsu => "Please use the 'Select Course/Community' link to open a separate pick course window where you may select the course or community you wish to enter.",
                   youc => 'You can only use this screen to select courses and communities in the current domain.',
              );




More information about the LON-CAPA-cvs mailing list