You are here

function tablefield_enable in TableField 7

Same name and namespace in other branches
  1. 6 tablefield.install \tablefield_enable()

Implements hook_enable().

Notify content module when this module is enabled.

File

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

Code

function tablefield_enable() {
}