You are here

function role_export_enable in Role Export 6

Implements hook_enable().

File

./role_export.module, line 15
Role Export's primary module file.

Code

function role_export_enable() {
  role_export_normalize();
}