Diff for /loncom/cgi/lonmodulecheck.pl between versions 1.3 and 1.4

version 1.3, 2013/05/13 01:16:23 version 1.4, 2013/09/10 17:44:01
Line 91  sub print_differences { Line 91  sub print_differences {
               '</h3>');                '</h3>');
     } else {      } else {
         print('<h3>'.          print('<h3>'.
               &Apache::lonlocal::mt('Code integrity check -- LONCAPA version: [_1]',                &Apache::lonlocal::mt('Code integrity check -- LON-CAPA version: [_1]',
                                     $version).                                      $version).
               '</h3>');                '</h3>');
         my $distro = &LONCAPA::distro();          my $distro = &LONCAPA::distro();

Removed from v.1.3  
changed lines
  Added in v.1.4


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