function recipe_update_7004 in Recipe 7.2
Same name and namespace in other branches
- 7 recipe.install \recipe_update_7004()
Update recipe RDF mapping to use the schema.org terms.
File
- ./
recipe.install, line 394 - Install, update and uninstall functions for the recipe module.
Code
function recipe_update_7004() {
if (module_exists("rdf")) {
rdf_mapping_save(current(recipe_rdf_mapping()));
}
}