8 uses of SAVED_UPDATED in Drupal 6
- drupal_write_record in includes/
common.inc - Save a record to the database based upon the schema.
- forum_form_submit in modules/
forum/ forum.admin.inc - Process forum form and container form submissions.
- 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.admin.inc - Submit handler to insert or update a term.
- taxonomy_form_vocabulary_submit in modules/
taxonomy/ taxonomy.admin.inc - 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