view sites/all/modules/schemaorg/schemaorg.install @ 9:830c812b520f

added smtp module
author root <root@paio.local>
date Mon, 28 Oct 2013 15:34:27 +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'));
}