function qtip_install in qTip (Stylish jQuery Tooltips) 6
Same name and namespace in other branches
- 6.2 qtip.install \qtip_install()
- 7 qtip.install \qtip_install()
Implementation of hook_install().
File
- ./
qtip.install, line 11 - Install, update and uninstall functions for the qtip module.
Code
function qtip_install() {
// un-comment this once you've implemented the schema
//drupal_install_schema('qtip');
}