You are here

function notifications_custom_enable in Notifications 6.4

Implementation of hook_enable().

File

notifications_custom/notifications_custom.install, line 19
Install, update and uninstall functions for the notifications_custom module.

Code

function notifications_custom_enable() {

  // On first enable we need to rebuild the autoload cache.
  // See http://drupal.org/node/826050
  autoload_flush_caches();
}