You are here

function cckformsettings_install in Node and Comments Form Settings 6.3

Same name and namespace in other branches
  1. 6 cckformsettings.install \cckformsettings_install()
  2. 6.2 cckformsettings/cckformsettings.install \cckformsettings_install()

Implementation of hook_install(). Display a welcome message

File

cckformsettings/cckformsettings.install, line 8

Code

function cckformsettings_install() {
  drupal_set_message(t('CCK Form Settings is now installed. You can now customize your text area fields.'));
}