function cas_enable in CAS 7
Implements hook_enable().
File
- ./
cas.install, line 172 - Installation hooks for the CAS module.
Code
function cas_enable() {
drupal_set_message(t('CAS has been enabled. Please <a href="@url">configure</a> it.', array(
'@url' => url('admin/config/people/cas'),
)), 'warning');
}