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

raeburn raeburn at source.lon-capa.org
Wed Apr 2 12:27:19 EDT 2014


raeburn		Wed Apr  2 16:27:19 2014 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - &selfenroll_validation_types() moved to lonuserutils.pm
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.232 loncom/interface/domainprefs.pm:1.233
--- loncom/interface/domainprefs.pm:1.232	Mon Mar 31 01:09:11 2014
+++ loncom/interface/domainprefs.pm	Wed Apr  2 16:27:18 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.232 2014/03/31 01:09:11 raeburn Exp $
+# $Id: domainprefs.pm,v 1.233 2014/04/02 16:27:18 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2974,7 +2974,7 @@
             $datatable .= '</table></td></tr>';
         }
     } elsif ($position eq 'bottom') {
-        my ($itemsref,$namesref,$fieldsref) = &selfenroll_validation_types();
+        my ($itemsref,$namesref,$fieldsref) = &Apache::lonuserutils::selfenroll_validation_types();
         my %currvalidation;
         if (ref($settings) eq 'HASH') {
             if (ref($settings->{'validation'}) eq 'HASH') {
@@ -9376,7 +9376,7 @@
                   default    => 'Default settings',
                   validation => 'Validation of self-enrollment requests',
                 );
-    my ($itemsref,$namesref,$fieldsref) = &selfenroll_validation_types();
+    my ($itemsref,$namesref,$fieldsref) = &Apache::lonuserutils::selfenroll_validation_types();
 
     if (ref($ordered{'admin'}) eq 'ARRAY') {
         foreach my $item (@{$ordered{'admin'}}) {




More information about the LON-CAPA-cvs mailing list