9 uses of SAVED_NEW in Drupal 5
- forum_form_submit in modules/
forum/ forum.module - Process forum form and container form submissions.
- menu_edit_item_save in modules/
menu/ menu.module - Save changes to a menu item into the database.
- menu_save_item in modules/
menu/ menu.module - Save a menu item to the database.
- node_type_form_submit in modules/
node/ content_types.inc - Implementation of hook_form_submit().
- node_type_save in modules/
node/ node.module - Saves a node type to the database.
- taxonomy_form_term_submit in modules/
taxonomy/ taxonomy.module - Accept the form submission for a taxonomy term and save the result.
- taxonomy_form_vocabulary_submit in modules/
taxonomy/ taxonomy.module - Accept the form submission for a vocabulary and save the results.
- taxonomy_save_term in modules/
taxonomy/ taxonomy.module - Helper function for taxonomy_form_term_submit().
- taxonomy_save_vocabulary in modules/
taxonomy/ taxonomy.module