--- loncom/interface/lonpopulate.pm 2021/06/15 20:52:26 1.87 +++ loncom/interface/lonpopulate.pm 2021/06/20 22:44:23 1.88 @@ -1,5 +1,5 @@ # automated enrollment configuration handler -# $Id: lonpopulate.pm,v 1.87 2021/06/15 20:52:26 raeburn Exp $ +# $Id: lonpopulate.pm,v 1.88 2021/06/20 22:44:23 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2307,7 +2307,7 @@ sub print_crosslistings_response { my @showable; &reformat_xlists($dom,$crs,$coursecode,\@oldxlists,\@showable); foreach my $item (@showable) { - my ($xlist,$lc_sec) = split(/:/,$xl); + my ($xlist,$lc_sec) = split(/:/,$item); $response .= '
  • '.&mt('[_1] - ID: [_2]',$xlist,$lc_sec).'
  • '. "\n"; }