You are here

function simple_fb_connect_enable in Simple FB Connect 7.2

Implements hook_enable().

File

./simple_fb_connect.install, line 92
Install file for Simple FB Connect module. Checks requirements.

Code

function simple_fb_connect_enable() {
  drupal_set_message(t('Simple FB Connect enabled. <a href="@path">Check module settings</a>.', array(
    '@path' => url('admin/config/people/simple-fb-connect'),
  )));
}