version 1.715, 2024/12/28 12:19:21
|
version 1.716, 2025/01/03 02:10:55
|
Line 729 function validCrsCopy() {
|
Line 729 function validCrsCopy() {
|
alert("$js_lt{'whco'}"); |
alert("$js_lt{'whco'}"); |
return false; |
return false; |
} |
} |
} |
} |
return true; |
return true; |
} |
} |
|
|
Line 1019 ENDJS
|
Line 1019 ENDJS
|
} |
} |
if ($gotmeta) { |
if ($gotmeta) { |
if (open(my $fh,'<',$dest.'.meta')) { |
if (open(my $fh,'<',$dest.'.meta')) { |
my ($output,$now,setsourceavail); |
my ($output,$now,$setsourceavail); |
$now = time; |
$now = time; |
if (($file =~ /\.(xml|html|htm|xhtml|xhtm)$/i) || ($file =~ /$LONCAPA::assess_re/)) { |
if (($file =~ /\.(xml|html|htm|xhtml|xhtm)$/i) || ($file =~ /$LONCAPA::assess_re/)) { |
$setsourceavail = 1; |
$setsourceavail = 1; |