You are here

function cckformsettings_install in Node and Comments Form Settings 6

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

Implementation of hook_install(). Display a welcome message

File

./cckformsettings.install, line 7

Code

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