--- loncom/publisher/lonpublisher.pm 2004/01/04 00:28:22 1.160 +++ loncom/publisher/lonpublisher.pm 2004/01/05 22:29:51 1.161 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.160 2004/01/04 00:28:22 www Exp $ +# $Id: lonpublisher.pm,v 1.161 2004/01/05 22:29:51 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1017,9 +1017,6 @@ sub publish { } } else { -# ------------------------------------------ See if anything new in file itself - - $allmeta=&parseformeta($source,$style); # ---------------------- Read previous metafile, remember parameters and stores $scrout.=&metaread($logfile,$source.'.meta'); @@ -1030,6 +1027,10 @@ sub publish { delete $metadatafields{$_}; } } +# ------------------------------------------ See if anything new in file itself + + $allmeta=&parseformeta($source,$style); + }