function metatag_enable in Metatag 7
Implements hook_enable().
File
- ./
metatag.install, line 521 - Install, update, and uninstall functions for the metatag module.
Code
function metatag_enable() {
variable_set('metatag_schema_installed', TRUE);
}