--- loncom/enrollment/localenroll.pm 2003/12/11 15:43:29 1.5 +++ loncom/enrollment/localenroll.pm 2003/12/11 15:45:25 1.6 @@ -1,6 +1,6 @@ # functions to glue school database system into Lon-CAPA for # automated enrollment -# $Id: localenroll.pm,v 1.5 2003/12/11 15:43:29 albertel Exp $ +# $Id: localenroll.pm,v 1.6 2003/12/11 15:45:25 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -29,6 +29,13 @@ package localenroll; use strict; ################################ +# sub run +# set this to return 1 if you want the auto enrollment to run +################################ + +sub run { return 0; } + +################################ # sub fetch_enrollment # # connects to the institutional classlist data source,