view sites/all/modules/schemaorg/schemaorg.install @ 4:ce11bbd8f642

added modules
author danieleb <danielebarchiesi@me.com>
date Thu, 19 Sep 2013 10:38:44 +0100
parents
children
line wrap: on
line source
<?php

/**
 * @file
 * Install, update and uninstall functions for the node module.
 */

/**
 * 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.
 */
function schemaorg_update_7000() {
  module_enable(array('schemaorg_ui'));
}