--- loncom/enrollment/Autoupdate.pl 2023/12/06 23:46:16 1.27 +++ loncom/enrollment/Autoupdate.pl 2023/12/10 17:43:06 1.28 @@ -1,7 +1,7 @@ #!/usr/bin/perl # # Automated Userinfo update script -# $Id: Autoupdate.pl,v 1.27 2023/12/06 23:46:16 raeburn Exp $ +# $Id: Autoupdate.pl,v 1.28 2023/12/10 17:43:06 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -146,8 +146,8 @@ next; } elsif (@idrules > 0) { my %idchecks; - if (&LONCAPA::localenroll::id_check($dom,$instusers{$uname}{$field}, - \@idrules,\%idchecks) eq 'ok') { + if (&localenroll::id_check($dom,$instusers{$uname}{$field}, + \@idrules,\%idchecks) eq 'ok') { my $matches; foreach my $result (values(%idchecks)) { if ($result) {