06.06.2011 11:05
/** @var Mage_Customer_Model_Customer $customer */ $customer = Mage::getModel('customer/customer'); $customer ->load('666') ->setData ('confirmation', null) ->save () ;
10.11.2011 17:06
10.11.2011 17:13