version 1.18, 2007/02/26 20:52:55
|
version 1.20, 2007/05/14 20:15:23
|
Line 31 use strict;
|
Line 31 use strict;
|
################################ |
################################ |
# sub run |
# sub run |
# set this to return 1 if you want the auto enrollment to run |
# set this to return 1 if you want the auto enrollment to run |
|
# |
|
# Beginning with LON-CAPA version 2.4, use of this routine is |
|
# deprecated. Whether or not Autoenroll.pl should run is set |
|
# by the Domain Coordinator via "Set domain configuration", |
|
# provided in the Domain Management section of the Main menu. |
################################ |
################################ |
|
|
sub run() { |
sub run() { |
Line 560 sub get_userinfo {
|
Line 565 sub get_userinfo {
|
|
|
sub inst_usertypes { |
sub inst_usertypes { |
my ($dom,$usertypes,$order) = @_; |
my ($dom,$usertypes,$order) = @_; |
|
@{$order} = (); |
|
%{$usertypes} = (); |
my $outcome = 'ok'; |
my $outcome = 'ok'; |
return $outcome; |
return $outcome; |
} |
} |