You are here

function defaultcontent_modules_enabled in Default Content 7.2

Same name and namespace in other branches
  1. 7 defaultcontent.module \defaultcontent_modules_enabled()

Implements hook_modules_enable().

run our cron to insure that all of the new content is turned on

File

./defaultcontent.module, line 564
Module file for the Default content module which allow export and import of default content in a Drupal site.

Code

function defaultcontent_modules_enabled($modules) {
  defaultcontent_cron(FALSE);
}