Return status for saving which involved an update to an existing item.
File
- core/includes/common.inc, line 64
- Common functions that many Drupal modules will need to reference.
Code
const SAVED_UPDATED = 2;
Return status for saving which involved an update to an existing item.
const SAVED_UPDATED = 2;
Please login to continue.