--- loncom/html/adm/helper/newslot.helper 2006/05/09 19:06:07 1.16 +++ loncom/html/adm/helper/newslot.helper 2006/05/09 19:10:39 1.18 @@ -218,13 +218,22 @@ RESTRICTUSER + + No proctor checkin required for access. + Require proctored access. + + my $default=&{$helper->{DATA}{origslot}}('proctor'); + if ($default) { return 'yes'; } + return 'no'; + + + my @defaults; my $default=&{$helper->{DATA}{origslot}}('proctor'); if ($default) { - $default=~ tr/@/:/; @defaults=(split(',',$default)); } return @defaults;