Mercurial > hg > rr-repo
annotate 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 |
rev | line source |
---|---|
danielebarchiesi@4 | 1 <?php |
danielebarchiesi@4 | 2 |
danielebarchiesi@4 | 3 /** |
danielebarchiesi@4 | 4 * @file |
danielebarchiesi@4 | 5 * Install, update and uninstall functions for the node module. |
danielebarchiesi@4 | 6 */ |
danielebarchiesi@4 | 7 |
danielebarchiesi@4 | 8 /** |
danielebarchiesi@4 | 9 * Enable the schemaorg_ui module for sites which are running an older version |
danielebarchiesi@4 | 10 * of schema.org which had the UI integrated in the main module. |
danielebarchiesi@4 | 11 */ |
danielebarchiesi@4 | 12 function schemaorg_update_7000() { |
danielebarchiesi@4 | 13 module_enable(array('schemaorg_ui')); |
danielebarchiesi@4 | 14 } |