You are here

function backgroundfield_enable in BackgroundField 6

File

./backgroundfield.install, line 22

Code

function backgroundfield_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'backgroundfield');
}