You are here

function sms_install in SMS Framework 6.2

Same name and namespace in other branches
  1. 5 sms.install \sms_install()

Implements hook_install().

File

./sms.install, line 11
Install, update and uninstall functions for the smsframework module.

Code

function sms_install() {
  drupal_install_schema('sms');
}