Diff for /loncom/automation/batchcreatecourse.pm between versions 1.1 and 1.2

version 1.1, 2005/01/30 15:37:03 version 1.2, 2005/03/02 19:50:52
Line 5  use HTML::Parser; Line 5  use HTML::Parser;
 use Time::Local;  use Time::Local;
 use Apache::Constants;   use Apache::Constants; 
 use Apache::lonnet;  use Apache::lonnet;
   use Apache::loncommon;
 use Apache::loncreatecourse;  use Apache::loncreatecourse;
   use Apache::loncreateuser;
 use Apache::lonlocal;  use Apache::lonlocal;
   
 # Collection of routines used for batch creation of courses and users.  # Collection of routines used for batch creation of courses and users.

Removed from v.1.1  
changed lines
  Added in v.1.2


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