You are here

function better_formats_enable in Better Formats 6

Implementation of hook_enable().

File

./better_formats.install, line 14
Installs the better_formats module.

Code

function better_formats_enable() {
  better_formats_check_roles();
}