--- loncom/cgi/lonmodulecheck.pl 2013/09/10 17:44:01 1.4 +++ loncom/cgi/lonmodulecheck.pl 2014/05/10 13:58:15 1.5 @@ -3,7 +3,7 @@ $|=1; # Compares checksums for most installed files with expected values # and reports discrepancies. # -# $Id: lonmodulecheck.pl,v 1.4 2013/09/10 17:44:01 bisitz Exp $ +# $Id: lonmodulecheck.pl,v 1.5 2014/05/10 13:58:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -81,7 +81,7 @@ sub main { sub print_differences { my ($londaemons,$lonlib,$lonincludes,$lontabdir,$lonhost) = @_; my $machine_dom = &Apache::lonnet::host_domain($lonhost); - my $loncaparev = &Apache::lonnet::get_server_loncaparev($machine_dom); + my $loncaparev = &Apache::lonnet::get_server_loncaparev($machine_dom,$lonhost); my ($version,$timestamp) = split(/\-/,$loncaparev); &Apache::lonlocal::get_language_handle(); print(&Apache::loncommon::start_page('Code integrity check'));