--- loncom/publisher/lonpublisher.pm 2003/03/14 16:12:14 1.118 +++ loncom/publisher/lonpublisher.pm 2003/03/17 16:58:09 1.119 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.118 2003/03/14 16:12:14 albertel Exp $ +# $Id: lonpublisher.pm,v 1.119 2003/03/17 16:58:09 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -814,7 +814,7 @@ sub publish { print $logfile "\n\n================= Publish ".localtime()." Phase One ================\n"; - if (($style eq 'ssi') || ($style eq 'rat')) { + if (($style eq 'ssi') || ($style eq 'rat') || ($style eq 'prv')) { # ------------------------------------------------------- This needs processing # ----------------------------------------------------------------- Backup Copy @@ -946,7 +946,7 @@ sub publish { } # -------------------------------------------------- Parse content for metadata - if ($style eq 'ssi') { + if (($style eq 'ssi') || ($style eq 'prv')) { my $oldenv=$ENV{'request.uri'}; $ENV{'request.uri'}=$target;