--- loncom/interface/lonpopulate.pm 2003/12/08 17:06:26 1.2 +++ loncom/interface/lonpopulate.pm 2003/12/08 17:37:49 1.3 @@ -5,7 +5,7 @@ use lib qw(/home/httpd/lib/perl); use Apache::lonnet (); use Apache::loncommon (); use Apache::lonhtmlcommon (); -use Apache::lonlocal (); +use Apache::lonlocal; use Apache::Constants qw(:common :http REDIRECT); use Time::Local; use LONCAPA::Enrollment (); @@ -420,7 +420,7 @@ ENDTWO my %coursepersonnel=&Apache::lonnet::get_course_adv_roles($dom.'/'.$crs); foreach (sort keys %coursepersonnel) { - if ($_ eq &Apache::lonlocal::mt("Course Coordinator") ) + if ($_ eq &mt("Course Coordinator") ) { my @ccs = (); if ($coursepersonnel{$_} =~ m/,/) {