[LON-CAPA-cvs] cvs: loncom /interface lonpopulate.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 08 Dec 2003 17:37:49 -0000
albertel Mon Dec 8 12:37:49 2003 EDT
Modified files:
/loncom/interface lonpopulate.pm
Log:
- just making the use of &mt consistant with the other portions of the system
Index: loncom/interface/lonpopulate.pm
diff -u loncom/interface/lonpopulate.pm:1.2 loncom/interface/lonpopulate.pm:1.3
--- loncom/interface/lonpopulate.pm:1.2 Mon Dec 8 12:06:26 2003
+++ loncom/interface/lonpopulate.pm Mon Dec 8 12:37:49 2003
@@ -5,7 +5,7 @@
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 @@
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/,/) {