function farm_log_modules_enabled in farmOS 7
Implements hook_modules_enabled().
File
- modules/
farm/ farm_log/ farm_log.install, line 11 - Farm Log install file.
Code
function farm_log_modules_enabled($modules) {
// Create log categories on behalf of all enabled modules.
farm_log_categories_create_all();
}