Diff for /loncom/interface/lonpopulate.pm between versions 1.87 and 1.88

version 1.87, 2021/06/15 20:52:26 version 1.88, 2021/06/20 22:44:23
Line 2307  sub print_crosslistings_response { Line 2307  sub print_crosslistings_response {
             my @showable;              my @showable;
             &reformat_xlists($dom,$crs,$coursecode,\@oldxlists,\@showable);              &reformat_xlists($dom,$crs,$coursecode,\@oldxlists,\@showable);
             foreach my $item (@showable) {              foreach my $item (@showable) {
  my ($xlist,$lc_sec) = split(/:/,$xl);   my ($xlist,$lc_sec) = split(/:/,$item);
  $response .= '<li>'.&mt('[_1] - ID: [_2]',$xlist,$lc_sec).'</li>'.   $response .= '<li>'.&mt('[_1] - ID: [_2]',$xlist,$lc_sec).'</li>'.
                              "\n";                               "\n";
     }      }

Removed from v.1.87  
changed lines
  Added in v.1.88


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