function kernest_install in @font-your-face 6
Implements hook_install().
File
- modules/
kernest/ kernest.install, line 11 - Adds KERNEST tables for caching API data.
Code
function kernest_install() {
drupal_install_schema('kernest');
}
Implements hook_install().
function kernest_install() {
drupal_install_schema('kernest');
}