fix a typo in the name of a Commerce table to be dropped

This commit is contained in:
Colin Kuskie 2008-05-07 21:49:45 +00:00
parent bd641dc600
commit fd6dfd11a5

View file

@ -850,7 +850,7 @@ sub mergeProductsWithCommerce {
##Clean up tables
$session->db->write('drop table products');
$session->db->write('drop table productParameters');
$session->db->write('drop table productParameterOptionss');
$session->db->write('drop table productParameterOptions');
$session->db->write('drop table productVariants');
##Remove old code
#unlink '../../lib/WebGUI/Product.pm';