--- loncom/interface/lonrequestcourse.pm 2019/07/25 20:23:52 1.107 +++ loncom/interface/lonrequestcourse.pm 2020/02/12 22:15:40 1.108 @@ -1,7 +1,7 @@ # The LearningOnline Network # Request a course # -# $Id: lonrequestcourse.pm,v 1.107 2019/07/25 20:23:52 raeburn Exp $ +# $Id: lonrequestcourse.pm,v 1.108 2020/02/12 22:15:40 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3271,7 +3271,7 @@ sub coursecode_form { } if (@{$codetitles} > 0) { my $lastitem = pop(@{$codetitles}); - my $lastinput = ''; + my $lastinput = ''; if (@{$codetitles} > 0) { my $helplink; if (defined($helpitem{$context})) {