Diff for /loncom/xml/lonxml.pm between versions 1.266 and 1.266.2.1

version 1.266, 2003/07/08 14:49:30 version 1.266.2.1, 2003/08/07 19:31:16
Line 1443  sub whichuser { Line 1443  sub whichuser {
   my ($symb,$courseid,$domain,$name,$publicuser);    my ($symb,$courseid,$domain,$name,$publicuser);
   if (defined($ENV{'form.grade_symb'})) {    if (defined($ENV{'form.grade_symb'})) {
     my $tmp_courseid=$ENV{'form.grade_courseid'};      my $tmp_courseid=$ENV{'form.grade_courseid'};
     my $allowed=&Apache::lonnet::allowed('mgr',$tmp_courseid);      my $allowed=&Apache::lonnet::allowed('vgr',$tmp_courseid);
     if ($allowed) {      if ($allowed) {
       $symb=$ENV{'form.grade_symb'};        $symb=$ENV{'form.grade_symb'};
       $courseid=$ENV{'form.grade_courseid'};        $courseid=$ENV{'form.grade_courseid'};

Removed from v.1.266  
changed lines
  Added in v.1.266.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>