--- loncom/interface/londocs.pm 2024/12/28 12:19:21 1.715 +++ loncom/interface/londocs.pm 2025/01/03 02:10:55 1.716 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.715 2024/12/28 12:19:21 raeburn Exp $ +# $Id: londocs.pm,v 1.716 2025/01/03 02:10:55 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -729,7 +729,7 @@ function validCrsCopy() { alert("$js_lt{'whco'}"); return false; } - } + } return true; } @@ -1019,7 +1019,7 @@ ENDJS } if ($gotmeta) { if (open(my $fh,'<',$dest.'.meta')) { - my ($output,$now,setsourceavail); + my ($output,$now,$setsourceavail); $now = time; if (($file =~ /\.(xml|html|htm|xhtml|xhtm)$/i) || ($file =~ /$LONCAPA::assess_re/)) { $setsourceavail = 1;