[LON-CAPA-cvs] cvs: modules /msu localenroll.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 11 Dec 2003 15:48:37 -0000
albertel Thu Dec 11 10:48:37 2003 EDT
Modified files:
/modules/msu localenroll.pm
Log:
- add the run sub to enable the running of the Auto enroll script
Index: modules/msu/localenroll.pm
diff -u modules/msu/localenroll.pm:1.2 modules/msu/localenroll.pm:1.3
--- modules/msu/localenroll.pm:1.2 Wed Dec 10 19:37:34 2003
+++ modules/msu/localenroll.pm Thu Dec 11 10:48:37 2003
@@ -4,6 +4,8 @@
use DBI;
use LONCAPA::Configuration;
+sub run { return 1; }
+
sub fetch_enrollment {
my ($dom,$affiliatesref,$replyref) = @_;
my $configvars = &LONCAPA::Configuration::read_conf('loncapa.conf');