function cckformsettings_install in Node and Comments Form Settings 6.2
Same name and namespace in other branches
- 6.3 cckformsettings/cckformsettings.install \cckformsettings_install()
- 6 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.'));
}