no message

This commit is contained in:
Frank Dillon 2003-06-22 21:01:07 +00:00
parent 64461c2743
commit 3f69da24ed

View file

@ -57,7 +57,7 @@ sub duplicate {
$sth = WebGUI::SQL->read("select * from Product_specification where wobjectId=".$_[0]->get("wobjectId"));
while ($row = $sth->hashRef) {
$row->{"Product_specificationId"} = "new";
$w->setCollateral("Product_specifcation","Product_specificationId",$row);
$w->setCollateral("Product_specification","Product_specificationId",$row);
}
$sth->finish;
$sth = WebGUI::SQL->read("select * from Product_accessory where wobjectId=".$_[0]->get("wobjectId"));