Diff for /loncom/interface/lonpickcourse.pm between versions 1.120 and 1.121

version 1.120, 2016/10/19 13:14:05 version 1.121, 2016/11/01 15:47:11
Line 453  sub display_matched_courses { Line 453  sub display_matched_courses {
                         } else {                          } else {
                             $r->print(&mt('Enter the course with the ad hoc role of: [_1]',$adhoc[0]));                              $r->print(&mt('Enter the course with the ad hoc role of: [_1]',$adhoc[0]));
                         }                          }
                           $r->print('<input type="hidden" name="adhocrole" value="'.$adhoc[0].'" />');
                     }                      }
                 }                  }
             }              }

Removed from v.1.120  
changed lines
  Added in v.1.121


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