You are here

function sms_track_install in SMS Framework 6

Same name and namespace in other branches
  1. 6.2 modules/sms_track/sms_track.install \sms_track_install()

Implement hook_install()

File

modules/sms_track/sms_track.install, line 14
SMS Framework Message Tracking feature module: Install file

Code

function sms_track_install() {
  drupal_install_schema('sms_track');
}