Magento: Installer script to remove the customer attribute & data by code

Installer script to remove the customer attribute & data by code.

[php]
$setup = Mage::getModel('customer/entity_setup', 'core_setup');

$attributeId = $setup->getAttributeId('customer'...

Read more »