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

raeburn raeburn at source.lon-capa.org
Wed May 1 17:23:20 EDT 2024


raeburn		Wed May  1 21:23:20 2024 EDT

  Modified files:              
    /loncom/interface	loncreateuser.pm 
  Log:
  - Indent changes and remove trailing white space.
  
  
Index: loncom/interface/loncreateuser.pm
diff -u loncom/interface/loncreateuser.pm:1.478 loncom/interface/loncreateuser.pm:1.479
--- loncom/interface/loncreateuser.pm:1.478	Wed May  1 21:22:09 2024
+++ loncom/interface/loncreateuser.pm	Wed May  1 21:23:20 2024
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Create a user
 #
-# $Id: loncreateuser.pm,v 1.478 2024/05/01 21:22:09 raeburn Exp $
+# $Id: loncreateuser.pm,v 1.479 2024/05/01 21:23:20 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -285,7 +285,7 @@
                    'webdav'     => "WebDAV access to Authoring Spaces (https)",
                    'editors'    => "Available Editors",
                    'managers'   => "Co-authors who can add/revoke roles",
-                   'archive'    => "Managers can download tar.gz file of Authoring Space", 
+                   'archive'    => "Managers can download tar.gz file of Authoring Space",
                    'portfolio'  => "Personal User Portfolio",
                    'portaccess' => "Portfolio Shareable",
                    'timezone'   => "Can set Time Zone",
@@ -3376,12 +3376,12 @@
                 if ($env{'form.customwebdav'} == 1) {
                     $newcustom{'webdav'} = $env{'form.authordefaults_webdav'};
                     $changed{'webdav'} = &tool_admin('webdav',$newcustom{'webdav'},
-                                                  \%changeHash,'authordefaults');
+                                                     \%changeHash,'authordefaults');
                 }
                 if ($env{'for.customarchive'} == 1) {
                     $newcustom{'archive'} = $env{'form.authordefaults_archive'};
                     $changed{'archive'} = &tool_admin('archive',$newcustom{'archive'},
-                                                  \%changeHash,'authordefaults');
+                                                      \%changeHash,'authordefaults');
 
                 }
             }




More information about the LON-CAPA-cvs mailing list