--- loncom/interface/loncreateuser.pm 2006/03/19 22:15:46 1.110 +++ loncom/interface/loncreateuser.pm 2006/05/30 12:46:09 1.118 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.110 2006/03/19 22:15:46 albertel Exp $ +# $Id: loncreateuser.pm,v 1.118 2006/05/30 12:46:09 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -64,6 +64,9 @@ use Apache::Constants qw(:common :http); use Apache::lonnet; use Apache::loncommon; use Apache::lonlocal; +use Apache::longroup; +use lib '/home/httpd/lib/perl/'; +use LONCAPA; my $loginscript; # piece of javascript used in two separate instances my $generalrule; @@ -143,6 +146,7 @@ sub print_username_entry_form { my $helpsiur=&Apache::loncommon::help_open_topic('Course_Change_Privileges'); my $helpecpr=&Apache::loncommon::help_open_topic('Course_Editing_Custom_Roles'); $r->print(<<"ENDDOCUMENT"); +$start_page