function alchemy_install in Alchemy 6
Same name and namespace in other branches
- 7 alchemy.install \alchemy_install()
 
Implementation of hook_install().
File
- ./
alchemy.install, line 6  
Code
function alchemy_install() {
  drupal_install_schema('alchemy');
  drupal_set_message(t('Alchemy has been installed.'));
}