Diff for /loncom/interface/londocs.pm between versions 1.715 and 1.716

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;

Removed from v.1.715  
changed lines
  Added in v.1.716


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