--- loncom/publisher/lonpublisher.pm 2012/01/29 03:08:32 1.278 +++ loncom/publisher/lonpublisher.pm 2012/03/14 20:54:02 1.279 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.278 2012/01/29 03:08:32 raeburn Exp $ +# $Id: lonpublisher.pm,v 1.279 2012/03/14 20:54:02 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1017,6 +1017,11 @@ sub publish { $outdep.= ' - '.&mt('Currently not available'). ''; } else { +# +# Store the fact that the dependency has been used by the target file +# Unfortunately, usage is erroneously named sequsage in lonmeta.pm +# The translation happens in lonmetadata.pm +# my %temphash=(&Apache::lonnet::declutter($target).'___'. &Apache::lonnet::declutter($thisdep).'___usage' => time);