function asin_enable in Amazon Product Advertisement API 6
Implementation of hook_enable().
Notify content module when this module is enabled.
File
- asin/
asin.install, line 26
Code
function asin_enable() {
content_notify('enable', 'asin');
}