--- loncom/interface/domainprefs.pm 2014/03/31 01:09:11 1.232 +++ loncom/interface/domainprefs.pm 2014/04/02 16:27:18 1.233 @@ -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 @@ sub print_selfenrollment { $datatable .= ''; } } 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 @@ sub modify_selfenrollment { 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'}}) {