Diff for /loncom/enrollment/localenroll.pm between versions 1.18 and 1.20

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;
 }  }

Removed from v.1.18  
changed lines
  Added in v.1.20


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>