function user_example_install
Implementation of hook_install().
Related topics
File
-
user_example/
user_example.install, line 13
Code
function user_example_install() {
drupal_install_schema('user_example');
}
Implementation of hook_install().
function user_example_install() {
drupal_install_schema('user_example');
}