diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sites/all/modules/schemaorg/schemaorg.install	Thu Sep 19 10:38:44 2013 +0100
@@ -0,0 +1,14 @@
+<?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'));
+}