You are here

function tablefield_install in TableField 6

Same name and namespace in other branches
  1. 7 tablefield.install \tablefield_install()

File

./tablefield.install, line 11
Installation options for TableField

Code

function tablefield_install() {
  drupal_load('module', 'content');
  content_notify('install', 'tablefield');
}