You are here

function easychart_enable in Easychart 7.2

Implements hook_enable().

File

./easychart.install, line 11
Easychart install file.

Code

function easychart_enable() {
  drupal_set_message(t('The Easychart  module was successfully enabled.'), 'ok');
  drupal_set_message(t('*** ATTENTION: This module requires HighchartsJS and EasychartJS.'), 'warning');
  drupal_set_message(t('               Use \'drush ec-dependencies\' to download these libraries.'), 'warning');
}