--- loncom/interface/loncreatecourse.pm 2017/08/07 20:22:13 1.166 +++ loncom/interface/loncreatecourse.pm 2017/08/11 00:24:53 1.167 @@ -1,7 +1,7 @@ # The LearningOnline Network # Create a course # -# $Id: loncreatecourse.pm,v 1.166 2017/08/07 20:22:13 raeburn Exp $ +# $Id: loncreatecourse.pm,v 1.167 2017/08/11 00:24:53 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -106,8 +106,8 @@ sub print_course_creation_page { $course_home .= qq{>$server $host_servers{$server}}; } $course_home .= "\n\n"; - my ($trustedref,$untrustedref) = &Apache::lonnet::trusted_domains('enroll',$defdom); - my $domform = &Apache::loncommon::select_dom_form($defdom,'ccdomain',undef,undef,undef,$trustedref,$untrustedref); + my ($trusted,$untrusted) = &Apache::lonnet::trusted_domains('enroll',$defdom); + my $domform = &Apache::loncommon::select_dom_form($defdom,'ccdomain',undef,undef,undef,$trusted,$untrusted); my $cloneform=&Apache::loncommon::select_dom_form ($env{'request.role.domain'},'clonedomain'). &Apache::loncommon::selectcourse_link