You are here

function schemaorg_update_7000 in Schema.org 7

Enable the schemaorg_ui module for sites which are running an older version of schema.org which had the UI integrated in the main module.

File

./schemaorg.install, line 12
Install, update and uninstall functions for the node module.

Code

function schemaorg_update_7000() {
  module_enable(array(
    'schemaorg_ui',
  ));
}