view sites/all/modules/schemaorg/schemaorg.install @ 13:134d4b2e75f6

updated quicktabs and google analytics modules
author danieleb <danielebarchiesi@me.com>
date Tue, 29 Oct 2013 13:48:59 +0000
parents ce11bbd8f642
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'));
}