Diff for /loncom/interface/lonpickstudent.pm between versions 1.31 and 1.32

version 1.31, 2013/07/15 14:32:45 version 1.32, 2013/07/15 16:13:22
Line 108  function gochoose(uname,udom) { Line 108  function gochoose(uname,udom) {
 </script>  </script>
 ENDSCRIPT  ENDSCRIPT
   
     $r->print('<form>');      $r->print('<form action="">');
     if ($allowed && (!$env{'form.roles'})) {      if ($allowed && (!$env{'form.roles'})) {
 # -------------------------------------------------------- Get course personnel  # -------------------------------------------------------- Get course personnel
  $r->print('<h3>'.$env{'course.'.$env{'request.course.id'}.'.description'}.   $r->print('<h3>'.$env{'course.'.$env{'request.course.id'}.'.description'}.

Removed from v.1.31  
changed lines
  Added in v.1.32


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