--- loncom/cgi/loncron.pl 2003/09/01 03:37:27 1.4 +++ loncom/cgi/loncron.pl 2004/05/11 21:46:21 1.5 @@ -1,7 +1,7 @@ #!/usr/bin/perl $|=1; # Runs loncron -# $Id: loncron.pl,v 1.4 2003/09/01 03:37:27 albertel Exp $ +# $Id: loncron.pl,v 1.5 2004/05/11 21:46:21 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -26,13 +26,13 @@ $|=1; # http://www.lon-capa.org/ # print "Content-type: text/html\n\n". - "

Running loncron ...

". + "

Running loncron ...

". "Please be patient

\n";
-open (DFH,"/home/httpd/perl/loncron|");
+open (DFH,"/home/httpd/perl/loncron --noemail|");
 while ($line=) { 
    print "$line"; 
 }
 close(DFH);
-print "

Status Report"; -print "

LONC report"; -print "

LOND report"; +print "

Status Report

"; +print "

LONC report

"; +print "

LOND report

";