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

raeburn raeburn at source.lon-capa.org
Sat Mar 6 08:41:46 EST 2021


raeburn		Sat Mar  6 13:41:46 2021 EDT

  Modified files:              
    /loncom/interface	lonnotify.pm 
  Log:
   - Missing localization call added.
  
  
Index: loncom/interface/lonnotify.pm
diff -u loncom/interface/lonnotify.pm:1.43 loncom/interface/lonnotify.pm:1.44
--- loncom/interface/lonnotify.pm:1.43	Tue Jul 23 13:58:53 2019
+++ loncom/interface/lonnotify.pm	Sat Mar  6 13:41:46 2021
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Sending messages
 #
-# $Id: lonnotify.pm,v 1.43 2019/07/23 13:58:53 raeburn Exp $
+# $Id: lonnotify.pm,v 1.44 2021/03/06 13:41:46 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -788,7 +788,7 @@
                    previous => &mt('Previously had access'),
                    future => &mt('Will have future access'),
                    );
-   %{$authtypes} = (
+   %{$authtypes} = &Apache::lonlocal::texthash (
                    krb4 => 'Kerberos 4',
                    krb5 => 'Kerberos 5',
                    internal => 'Internal (LON-CAPA)',




More information about the LON-CAPA-cvs mailing list