function recipe_update_7201 in Recipe 7.2
Installs the default recipe node type.
File
- ./
recipe.install, line 418 - Install, update and uninstall functions for the recipe module.
Code
function recipe_update_7201() {
// Install the new Recipe node type and its default fields.
require_once dirname(__FILE__) . '/includes/recipe.node_type.inc';
_recipe_install_node_type();
}