You are here

function notifications_enable in Notifications 6.4

Implementation of hook_enable().

File

./notifications.install, line 248

Code

function notifications_enable() {

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