You are here

function sms_devel_install in SMS Framework 7

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

Implements hook_install().

File

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

Code

function sms_devel_install() {

  //  TODO The drupal_(un)install_schema functions are called automatically in D7.
  //  drupal_install_schema('sms_devel')
}