From dbe2440e5a2fbc09295b28ca6580d110240f3e73 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 5 May 2008 23:56:37 +0000 Subject: [PATCH] It's okay to delete the Product Wobject now. --- docs/upgrades/upgrade_7.5.10-7.5.11.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_7.5.10-7.5.11.pl b/docs/upgrades/upgrade_7.5.10-7.5.11.pl index b1425859d..5369f9fc1 100644 --- a/docs/upgrades/upgrade_7.5.10-7.5.11.pl +++ b/docs/upgrades/upgrade_7.5.10-7.5.11.pl @@ -773,7 +773,7 @@ EOSQL1 $session->config->deleteFromArray('assets', 'WebGUI::Asset::Wobject::Product'); $session->config->addToArray('assets', 'WebGUI::Asset::Sku::Product'); - #unlink '../../lib/WebGUI/Asset/Wobject/Product.pm'; + unlink '../../lib/WebGUI/Asset/Wobject/Product.pm'; return; }