function jplayer_protect_install in jPlayer 6
Implementation of hook_install().
File
- jplayer_protect/
jplayer_protect.install, line 62 - Installation hooks for the jplayer_protect module.
Code
function jplayer_protect_install() {
drupal_install_schema('jplayer_protect');
}