function jplayer_install in jPlayer 6
Implementation of hook_install().
File
- ./
jplayer.install, line 17 - Installation file for jPlayer module.
Code
function jplayer_install() {
drupal_install_schema('jplayer');
}
Implementation of hook_install().
function jplayer_install() {
drupal_install_schema('jplayer');
}