constant SAVED_UPDATED

  1. 7.x drupal-7.x/includes/common.inc SAVED_UPDATED
  2. 6.x drupal-6.x/includes/common.inc SAVED_UPDATED

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

12 uses of SAVED_UPDATED
DrupalDataApiTest::testDrupalWriteRecord in drupal-7.x/modules/simpletest/tests/common.test
Test the drupal_write_record() API function.
drupal_write_record in drupal-7.x/includes/common.inc
Saves (inserts or updates) a record to the database based upon the schema.
filter_admin_format_form_submit in drupal-7.x/modules/filter/filter.admin.inc
Form submission handler for filter_admin_format_form().
filter_format_save in drupal-7.x/modules/filter/filter.module
Saves a text format object to the database.
forum_form_submit in drupal-7.x/modules/forum/forum.admin.inc
Form submission handler for forum_form_forum() and forum_form_container().

... See full list

File

drupal-7.x/includes/common.inc, line 50
Common functions that many Drupal modules will need to reference.

Code

define('SAVED_UPDATED', 2)