You are here

function sms_devel_install in SMS Framework 6

Same name and namespace in other branches
  1. 6.2 modules/sms_devel/sms_devel.install \sms_devel_install()
  2. 7 modules/sms_devel/sms_devel.install \sms_devel_install()

Implement hook_install()

File

modules/sms_devel/sms_devel.install, line 16
SMS Development feature module: Install file

Code

function sms_devel_install() {
  drupal_install_schema('sms_devel');
}