--- loncom/html/adm/helper/course.initialization.helper 2005/04/07 06:56:22 1.15
+++ loncom/html/adm/helper/course.initialization.helper 2005/08/01 18:04:09 1.16
@@ -87,7 +87,7 @@
Teaching Assistants - teaching assistants will not be able use or view the chat room
Instructor - instructors will not be able to use or view the chat room
- my $denied = &{$helper->{DATA}->{GETVAL}}('plch.roles.denied');
+ my $denied = &{$helper->{DATA}->{GETVAL}}('plc.roles.denied');
$denied =~ s/,/\|\|\|/g;
return $denied;