I have an existing attribute for an embed code. I need to associate this attribute with 120+ existing attribute sets.
If I know the attribute set id, ho
Do not use
Mage::getResourceSingleton('catalog/setup');
But use
Mage::getResourceModel('catalog/setup', 'catalog_setup');