--- loncom/publisher/lonpublisher.pm 2002/08/09 18:03:05 1.91 +++ loncom/publisher/lonpublisher.pm 2002/08/09 19:49:30 1.92 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.91 2002/08/09 18:03:05 matthew Exp $ +# $Id: lonpublisher.pm,v 1.92 2002/08/09 19:49:30 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -777,7 +777,8 @@ sub publish { => time); $thisdep=~/^\/res\/(\w+)\/(\w+)\//; if ((defined($1)) && (defined($2))) { - &Apache::lonnet::put('resevaldata',\%temphash,$1,$2); + &Apache::lonnet::put('nohist_resevaldata',\%temphash, + $1,$2); } } }