--- loncom/publisher/lonpublisher.pm 2006/09/27 21:05:50 1.211.2.1 +++ loncom/publisher/lonpublisher.pm 2006/10/02 19:57:35 1.211.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.211.2.1 2006/09/27 21:05:50 albertel Exp $ +# $Id: lonpublisher.pm,v 1.211.2.2 2006/10/02 19:57:35 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -846,7 +846,7 @@ sub store_metadata { $status=&LONCAPA::lonmetadata::delete_metadata($dbh,undef, $metadata{'url'}); } else { - $status = &LONCAPA::lonmetadata::update_metadata($dbh,undef,undef, + $status = &LONCAPA::lonmetadata::update_metadata($dbh,undef, \%metadata); } if (defined($status) && $status ne '') {