If you Use e-Commerce please consider helping by donating to or sponsoring development. You can make a donation of a one off amount as big or as small as you want, Or alternatively you can sponsor development by paying $US5.00/mth.
address_uninstall()ecommerce-5--4/address/address.install, line 41
Implementation of hook_uninstall().
<?php function address_uninstall() { db_query('DROP TABLE {ec_address}'); } ?>