You are here

function mobile_codes_install in Mobile Codes 6.2

Same name and namespace in other branches
  1. 5 mobile_codes.install \mobile_codes_install()
  2. 6 mobile_codes.install \mobile_codes_install()

Implements hook_install().

File

./mobile_codes.install, line 97

Code

function mobile_codes_install() {
  drupal_install_schema('mobile_codes');
}