Return to loncreateuser.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.372, 2013/01/01 19:53:26 | version 1.373, 2013/02/06 16:10:27 |
---|---|
Line 1672 sub display_existing_roles { | Line 1672 sub display_existing_roles { |
} | } |
} | } |
if ($area=~m{^/($match_domain)/($match_courseid)/(\w+)}) { | if ($area=~m{^/($match_domain)/($match_courseid)/(\w+)}) { |
$carea.='<br />Section: '.$3; | $carea.='<br />'.&mt('Section: [_1]',$3); |
$sortkey.="\0$3"; | $sortkey.="\0$3"; |
if (!$allowed) { | if (!$allowed) { |
if ($env{'request.course.sec'} eq $3) { | if ($env{'request.course.sec'} eq $3) { |