You are here

constant SAVED_UPDATED in Drupal 6

Same name and namespace in other branches
  1. 8 core/includes/common.inc \SAVED_UPDATED
  2. 4 includes/common.inc \SAVED_UPDATED
  3. 5 includes/common.inc \SAVED_UPDATED
  4. 7 includes/common.inc \SAVED_UPDATED
  5. 9 core/includes/common.inc \SAVED_UPDATED

Return status for saving which involved an update to an existing item.

8 uses of SAVED_UPDATED
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.

... See full list

File

includes/common.inc, line 19
Common functions that many Drupal modules will need to reference.

Code

define('SAVED_UPDATED', 2);