--- loncom/interface/lonmeta.pm 2002/02/11 04:19:40 1.14 +++ loncom/interface/lonmeta.pm 2002/03/29 18:44:41 1.15 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.14 2002/02/11 04:19:40 harris41 Exp $ +# $Id: lonmeta.pm,v 1.15 2002/03/29 18:44:41 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -219,7 +219,9 @@ ENDHEAD delete($content{'copyright'}); if ($ENV{'user.adv'}) { # ------------------------------------------------------------ Dynamic Metadata - $r->print('

Dynamic Metadata (updated periodically)

'); + $r->print( + '

Dynamic Metadata (updated periodically)

Processing ...
'); + $r->rflush(); my %items=( 'count' => 'Network-wide number of accesses (hits)', 'course' => 'Network-wide number of courses using resource',