You are here

function xmlsitemap_node_type_submit in XML sitemap 6

Add submit actions to forms.

1 string reference to 'xmlsitemap_node_type_submit'
xmlsitemap_node_form_node_type_form_alter in xmlsitemap_node/xmlsitemap_node.module
Implementation of hook_form_FORM_ID_alter().

File

xmlsitemap_node/xmlsitemap_node.module, line 333
Adds nodes to the sitemap.

Code

function xmlsitemap_node_type_submit($form, &$form_state) {
  xmlsitemap_flag_sitemap();
}